discourse/app/assets/stylesheets/common/components/groups-form-membership-fields.scss
David Taylor d1b86352d4
UX: Make group membership UI clearer (#8210)
The 'automatically set primary group' checkbox looked like it was associated with the email membership. In fact, it applies to all members who join the group. This commit moves it next to the 'automatic trust level' setting, and puts them both under an 'Effects' heading
2019-10-17 18:05:42 +01:00

5 lines
102 B
SCSS

.group-form-automatic-membership-automatic,
.groups-form-grant-trust-level {
margin-bottom: 10px;
}