Merge pull request #563 from pi-hole/fix/overflow-domain-query-log

Wrap domain if too long in Query Log
This commit is contained in:
DL6ER
2017-08-09 21:21:38 +02:00
committed by GitHub
+6
View File
@@ -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;
}