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; +}