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:
Tomasz Kolek 2016-12-06 09:20:32 +01:00 committed by Tim Abbott
parent eac002c6bd
commit 4fe3cd98f8
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}