mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
css: Set white-space: nowrap
for channel dropdowns in org_settings.
This commit ensures that long channel names, including those
containing multiple words, are properly abbreviated in the channel
dropdown widgets in organization settings.
Follow up to commit:
9ae704510f
org_settings: Correctly display long channel names,
which handled long single-word channel names.
This commit is contained in:
committed by
Tim Abbott
parent
45f38795e9
commit
6e38b56405
@@ -858,6 +858,7 @@ input[type="checkbox"] {
|
||||
.decorated-channel-name {
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user