Add word break for clients column to avoid horizontal scrollbar (#2838)

This commit is contained in:
RD WebDesign
2023-11-15 17:44:06 -03:00
committed by GitHub
+5
View File
@@ -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;