mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-10 02:25:27 +01:00
💄 Min width for select dropdown
This commit is contained in:
parent
f135de5129
commit
c7e6047385
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@
|
|||
}
|
||||
}
|
||||
select {
|
||||
width: 10rem;
|
||||
width: 15rem;
|
||||
height: 2rem;
|
||||
padding: 0.2rem;
|
||||
font-size: 1rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue