mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
channel_settings: Fix channel name incorrect hidden.
`max-width` was not working correctly here. Removing it gets us in good state.
This commit is contained in:
@@ -1557,7 +1557,6 @@ div.settings-radio-input-parent {
|
||||
}
|
||||
|
||||
.selected-stream-title {
|
||||
max-width: 75%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user