mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
org_settings: Correctly display long channel names.
This commit is contained in:
@@ -830,6 +830,23 @@ input[type="checkbox"] {
|
|||||||
#organization-settings {
|
#organization-settings {
|
||||||
.dropdown-widget-button {
|
.dropdown-widget-button {
|
||||||
color: hsl(0deg 0% 33%);
|
color: hsl(0deg 0% 33%);
|
||||||
|
|
||||||
|
.dropdown_widget_value {
|
||||||
|
/* The max-width should account for the
|
||||||
|
16px-square box (at 16px/1em) for the
|
||||||
|
chevron icon. */
|
||||||
|
max-width: calc(100% - 1em);
|
||||||
|
display: flex;
|
||||||
|
align-items: baseline;
|
||||||
|
/* Mimic the space from the previous inline
|
||||||
|
layout. */
|
||||||
|
gap: 0.4ch;
|
||||||
|
}
|
||||||
|
|
||||||
|
.decorated-channel-name {
|
||||||
|
overflow-x: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user