mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Wrap domain if too long in Query Log
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user