inbox: Fix stream name wrapping to next line.

This commit is contained in:
Aman Agrawal 2023-10-10 19:35:04 +00:00 committed by Tim Abbott
parent e4252f8f08
commit ce48aac3db
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@
padding: 1px 0;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.inbox-header-name-focus-border {