mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 03:33:39 +08:00
b6b0d68576
- removes unused css code - improves password control sizing - adds more spacing between collection items - correct a typo in collection class --------- Co-authored-by: chapoi <101828855+chapoi@users.noreply.github.com>
6 lines
102 B
SCSS
6 lines
102 B
SCSS
.form-kit__collection {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--form-kit-gutter-y);
|
|
}
|