From 99a988e2205b4d2719b78f78737fc34777ed34bf Mon Sep 17 00:00:00 2001 From: Hardik Dharmani Date: Tue, 2 May 2023 21:14:22 +0530 Subject: [PATCH] message_header: Abbreviate topic names in all overlays. Fixes #25353 --- web/styles/zulip.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/styles/zulip.css b/web/styles/zulip.css index 61ad5b37c0..90211d456f 100644 --- a/web/styles/zulip.css +++ b/web/styles/zulip.css @@ -1172,6 +1172,8 @@ td.pointer { .message_label_clickable.narrows_by_topic { position: relative; top: 0.5px; + overflow: hidden; + text-overflow: ellipsis; } }