From 8e85972a0374eebd511d6dfaa3330a901ea4ccad Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Thu, 24 Oct 2024 14:00:16 -0500 Subject: [PATCH] empty_titles: Set line-height to match font size. --- web/styles/zulip.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/styles/zulip.css b/web/styles/zulip.css index d25201ba15..a58889bf10 100644 --- a/web/styles/zulip.css +++ b/web/styles/zulip.css @@ -1321,6 +1321,7 @@ div.toggle_resolve_topic_spinner .loading_indicator_spinner { .empty-feed-notice-title { font-size: 1.5em; font-weight: 400; + line-height: 1; word-wrap: break-word; }