settings_tables: Prevent header/icon collapse onto second line.

This commit is contained in:
Karl Stolley
2025-04-03 16:02:43 -05:00
committed by Tim Abbott
parent 728b9f18df
commit 76401a19c9

View File

@@ -775,6 +775,12 @@ input.settings_text_input {
}
& thead th {
/* Prevent headers from collapsing.
For headers that sort, this keeps
the icon on the same line as the
header text. */
min-width: max-content;
white-space: nowrap;
color: inherit;
word-break: normal;