mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-28 09:05:50 +08:00
6 lines
117 B
SCSS
Vendored
6 lines
117 B
SCSS
Vendored
.form-kit__collection {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--form-kit-gutter-y);
|
|
width: 100%;
|
|
}
|