mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-27 10:26:00 +03:00
🩹 Re: #119 - Fixes text overflow in theme selector
This commit is contained in:
parent
8012d85749
commit
d8ae1dc1a6
@ -131,7 +131,8 @@ export default {
|
||||
div.vs__dropdown-toggle {
|
||||
border-color: var(--settings-text-color);
|
||||
border-radius: var(--curve-factor);
|
||||
width: 8rem;
|
||||
min-width: 8rem;
|
||||
max-width: 16rem;
|
||||
height: 1.8rem;
|
||||
font-size: 0.85rem;
|
||||
cursor: pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user