mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Add word break for clients column to avoid horizontal scrollbar (#2838)
This commit is contained in:
@@ -92,6 +92,11 @@ td.lookatme {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
/* Client column */
|
||||
#all-queries td:nth-of-type(4) {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
/* Allow Info String to wrap (useful while filtering entries on small screen) */
|
||||
#all-queries_info {
|
||||
white-space: unset;
|
||||
|
||||
Reference in New Issue
Block a user