mirror of https://github.com/zulip/zulip.git
inbox: Fix stream name wrapping to next line.
This commit is contained in:
parent
e4252f8f08
commit
ce48aac3db
|
@ -186,6 +186,7 @@
|
|||
padding: 1px 0;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.inbox-header-name-focus-border {
|
||||
|
|
Loading…
Reference in New Issue