mirror of https://github.com/zulip/zulip.git
Revert "Fix clipping of stream and topic name in left sidebar"
This reverts commit 617aea7507
.
This changes the line-height by accident.
This commit is contained in:
parent
e5fb0961f5
commit
b2cadf6817
|
@ -321,9 +321,9 @@ ul.filters li.out_of_home_view li.muted_topic {
|
|||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
||||
line-height: 1.2;
|
||||
line-height: 1.1;
|
||||
position: relative;
|
||||
top: 4px;
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
#stream_filters .subscription_block.stream-with-count {
|
||||
|
|
Loading…
Reference in New Issue