mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-28 11:10:04 +08:00
This change replaces the admin form for adding and editing custom user fields with a new FormKit implementation.
4 lines
59 B
SCSS
Vendored
4 lines
59 B
SCSS
Vendored
.form-kit__checkbox-group {
|
|
display: flex;
|
|
gap: 0em;
|
|
}
|