mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 15:34:20 +08:00
7cc0f26292
Form Kit is our new form library/framework for unifying the way forms look across Discourse. The admin config area for the /about page is a new form that isn't currently used, so it makes sense for it to be one of the first forms to be migrated to Form Kit to test the library. Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
13 lines
215 B
SCSS
13 lines
215 B
SCSS
.form-kit__field-custom {
|
|
width: auto !important;
|
|
min-width: var(--form-kit-small-input);
|
|
|
|
.form-kit__control-custom {
|
|
width: 100%;
|
|
}
|
|
|
|
.form-kit__control-custom > * {
|
|
width: 100% !important;
|
|
}
|
|
}
|