mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
Add word break for clients column to avoid horizontal scrollbar
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -92,6 +92,11 @@ td.lookatme {
|
|||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Client column */
|
||||||
|
#all-queries td:nth-of-type(5) {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
||||||
/* Allow Info String to wrap (useful while filtering entries on small screen) */
|
/* Allow Info String to wrap (useful while filtering entries on small screen) */
|
||||||
#all-queries_info {
|
#all-queries_info {
|
||||||
white-space: unset;
|
white-space: unset;
|
||||||
|
|||||||
Reference in New Issue
Block a user