mirror of
https://github.com/discourse/discourse.git
synced 2025-01-02 13:24:03 +08:00
6 lines
102 B
SCSS
6 lines
102 B
SCSS
|
.form-kit__collection {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
gap: var(--form-kit-gutter-y);
|
||
|
}
|