mirror of https://github.com/zulip/zulip.git
widgets: Set margin only on widget bottom.
This commit is contained in:
parent
7820c5e15e
commit
f78fef699e
|
@ -91,7 +91,7 @@
|
|||
}
|
||||
|
||||
& ul {
|
||||
margin: 5px 0;
|
||||
margin: 0 0 5px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue