From ce48aac3db5d6434777fb0482da0b78217a683c7 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Tue, 10 Oct 2023 19:35:04 +0000 Subject: [PATCH] inbox: Fix stream name wrapping to next line. --- web/styles/inbox.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/styles/inbox.css b/web/styles/inbox.css index 19eec58cdb..d894b82692 100644 --- a/web/styles/inbox.css +++ b/web/styles/inbox.css @@ -186,6 +186,7 @@ padding: 1px 0; text-overflow: ellipsis; overflow: hidden; + white-space: nowrap; } .inbox-header-name-focus-border {