mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 05:14:59 +00:00
7 lines
98 B
SCSS
7 lines
98 B
SCSS
|
.form-kit {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
gap: 1.5em;
|
||
|
align-items: flex-start;
|
||
|
}
|