Files
sendou.ink/app/form/fields/FormFieldWrapper.module.css
2026-08-21 22:02:47 +03:00

19 lines
269 B
CSS

.root {
width: 100%;
& input:not([type="radio"], [type="checkbox"]),
& textarea,
& select {
width: 100%;
}
}
/* the entity-search fields: their trigger button has to fill the field's width */
.searchRoot {
width: 100%;
& button[class] {
width: 100%;
}
}