discourse/app/assets/stylesheets/common/form-kit/_collection.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
121 B
SCSS
Raw Normal View History

.form-kit__collection {
&div {
display: flex;
flex-direction: column;
gap: var(--form-kit-gutter-y);
}
}