mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 15:34:20 +08:00
408de686bb
This change replaces the admin form for adding and editing custom user fields with a new FormKit implementation.
5 lines
59 B
SCSS
5 lines
59 B
SCSS
.form-kit__checkbox-group {
|
|
display: flex;
|
|
gap: 0em;
|
|
}
|