From 0023bc6007b1e8f324e03fb7b49d7fcc354fc4d2 Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Sun, 6 Aug 2017 16:56:00 -0400 Subject: [PATCH] Wrap domain if too long in Query Log --- style/pi-hole.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style/pi-hole.css b/style/pi-hole.css index 6f090058..18b88fe4 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -34,3 +34,9 @@ a.lookatme { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } +#all-queries { + table-layout: fixed; +} +#all-queries tbody { + word-wrap: break-word; +}