Files
sendou.ink/app/components/elements/DatePicker.module.css
2026-09-05 15:11:04 +03:00

10 lines
95 B
CSS

.root {
display: flex;
flex-direction: column;
width: 100%;
& input {
width: 100%;
}
}