mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +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 {
|
||||
/* 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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user