Wrap domain if too long in Query Log

This commit is contained in:
Mcat12
2017-08-06 16:56:00 -04:00
parent 685f6462cd
commit 0023bc6007
+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;
}