mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
13 lines
212 B
CSS
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%;
|
|
}
|