mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
settings: Do not allow table headers to wrap randomly.
This commit is contained in:
parent
9c9c8dc058
commit
42a5ae76bb
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user