mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
settings_tables: Prevent header/icon collapse onto second line.
This commit is contained in:
@@ -775,6 +775,12 @@ input.settings_text_input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
& thead th {
|
& 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;
|
color: inherit;
|
||||||
word-break: normal;
|
word-break: normal;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user