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.
This commit is contained in:
Cynthia Lin 2017-12-10 15:49:41 -08:00 committed by Rishi Gupta
parent ac7d086085
commit 9682ad4ca9
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
#stream_filters {
overflow: visible;
margin: 2px 0px 2px 0px;
margin: 2px 0px 22px 0px;
padding: 0;
font-weight: normal;
}