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

22 lines
348 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%;
}
}
/* the entity-search fields: their trigger button has to fill the field's width */
.searchRoot {
width: 100%;
& button[class] {
width: 100%;
}
}