sendou.ink/app/form/fields/FormFieldWrapper.module.css
2026-03-28 16:30:28 +02:00

13 lines
196 B
CSS

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