mirror of https://github.com/zulip/zulip.git
css: Fix problem with too long stream name in left sidebar.
Add overflow-wrap rule for .stream-name class to left-sidebar.css.
This commit is contained in:
parent
eac002c6bd
commit
4fe3cd98f8
|
@ -237,6 +237,10 @@ ul.filters li.out_of_home_view li.muted_topic {
|
|||
padding-left: 33px;
|
||||
}
|
||||
|
||||
#stream_filters .subscription_block .stream-name {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
#stream_filters .subscription_block.stream-with-count {
|
||||
margin-right: 38px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue