sendou.ink/app/form/fields/FormFieldWrapper.module.css
Kalle fef1ffc955
Design refresh + a bunch of stuff (#2864)
Co-authored-by: hfcRed <hfcred@gmx.net>
2026-03-19 17:51:42 +02:00

13 lines
212 B
CSS

.root {
width: 100%;
}
.root input:not([type="radio"], [type="checkbox"]),
.root textarea,
.root select,
.root .react-aria-Group,
.root .react-aria-Select button,
.root .react-aria-DatePicker {
width: 100%;
}