mirror of https://github.com/Lissy93/dashy.git
💄 Min width for select dropdown
This commit is contained in:
parent
f135de5129
commit
c7e6047385
|
@ -69,7 +69,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
select {
|
select {
|
||||||
width: 10rem;
|
width: 15rem;
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
padding: 0.2rem;
|
padding: 0.2rem;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
|
Loading…
Reference in New Issue