Files
sendou.ink/app/form/fields/FormFieldWrapper.module.css
2026-09-05 15:11:04 +03:00

14 lines
148 B
CSS

.root {
width: 100%;
& input:not([type="radio"], [type="checkbox"]),
& textarea,
& select {
width: 100%;
}
}
.searchRoot {
width: 100%;
}