mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 18:43:44 +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);
|
||
|
}
|