mirror of https://github.com/zulip/zulip.git
Fix bottom padding on stream list
(imported from commit 5f92b313919eadaa114da3a2fb1160f2eb3a30f5)
This commit is contained in:
parent
1eae686443
commit
8ea941e783
|
@ -349,8 +349,8 @@ a:hover code {
|
|||
#stream_filters {
|
||||
overflow-x: visible;
|
||||
overflow-y: hidden;
|
||||
margin: 2px 0px 0px 0px;
|
||||
padding: 0 0 10px 0;
|
||||
margin: 2px 0px 10px 0px;
|
||||
padding: 0;
|
||||
font-weight: normal;
|
||||
position: relative;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue