From 9682ad4ca924edb75bf48c411b4dc5f03c7229cf Mon Sep 17 00:00:00 2001 From: Cynthia Lin Date: Sun, 10 Dec 2017 15:49:41 -0800 Subject: [PATCH] left sidebar: Add margin to bottom of Streams list. The last stream name gets covered by a Chrome link hover tooltip, so an extra 20px gets added to the bottom. Fixes #7654. --- static/styles/left-sidebar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/left-sidebar.css b/static/styles/left-sidebar.css index 7899891fee..f6b436b538 100644 --- a/static/styles/left-sidebar.css +++ b/static/styles/left-sidebar.css @@ -48,7 +48,7 @@ #stream_filters { overflow: visible; - margin: 2px 0px 2px 0px; + margin: 2px 0px 22px 0px; padding: 0; font-weight: normal; }