From b2cadf6817ec99b448abf36b975d62e22f030f98 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 9 Mar 2018 13:42:49 -0800 Subject: [PATCH] Revert "Fix clipping of stream and topic name in left sidebar" This reverts commit 617aea7507f0641a46adf8ba303096db5a61a647. This changes the line-height by accident. --- static/styles/left-sidebar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles/left-sidebar.css b/static/styles/left-sidebar.css index 64a3551b58..c77b9b3596 100644 --- a/static/styles/left-sidebar.css +++ b/static/styles/left-sidebar.css @@ -321,9 +321,9 @@ ul.filters li.out_of_home_view li.muted_topic { white-space: nowrap; overflow: hidden; - line-height: 1.2; + line-height: 1.1; position: relative; - top: 4px; + top: 3px; } #stream_filters .subscription_block.stream-with-count {