mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 14:56:22 +08:00
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;
|
||
|
}
|
||
|
}
|