mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:30:57 +08:00
d1b86352d4
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
5 lines
102 B
SCSS
5 lines
102 B
SCSS
.group-form-automatic-membership-automatic,
|
|
.groups-form-grant-trust-level {
|
|
margin-bottom: 10px;
|
|
}
|