Skip to content

Commit

Permalink
Add word break for clients column to avoid horizontal scrollbar (#2838)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdwebdesign authored Nov 15, 2023
2 parents 4364c04 + d64d2ba commit 503315d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style/pi-hole.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 503315d

Please sign in to comment.