mirror of https://github.com/zulip/zulip.git
user_groups: Make bottom margin for setting consistent with streams.
This commit increases the gap between group setting elements to make it same with what we have for stream settings.
This commit is contained in:
parent
688def19ab
commit
6718ff5166
|
@ -1072,6 +1072,7 @@ div.settings-radio-input-parent {
|
|||
.group-permissions .dropdown_widget_with_label_wrapper {
|
||||
display: inline-block;
|
||||
height: 30px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#stream-advanced-configurations {
|
||||
|
|
Loading…
Reference in New Issue