settings: Do not allow table headers to wrap randomly.

This commit is contained in:
Sahil Batra 2024-07-11 17:00:51 +05:30 committed by Tim Abbott
parent 9c9c8dc058
commit 42a5ae76bb

View File

@ -738,6 +738,7 @@ div.overlay {
& thead th {
color: inherit;
background-color: hsl(0deg 0% 100%);
word-break: normal;
&.active::after,
&[data-sort]:hover::after {