mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-08 09:32:19 +01:00
🩹 Re: #119 - Fixes text overflow in theme selector
This commit is contained in:
parent
8012d85749
commit
d8ae1dc1a6
1 changed files with 2 additions and 1 deletions
|
|
@ -131,7 +131,8 @@ export default {
|
||||||
div.vs__dropdown-toggle {
|
div.vs__dropdown-toggle {
|
||||||
border-color: var(--settings-text-color);
|
border-color: var(--settings-text-color);
|
||||||
border-radius: var(--curve-factor);
|
border-radius: var(--curve-factor);
|
||||||
width: 8rem;
|
min-width: 8rem;
|
||||||
|
max-width: 16rem;
|
||||||
height: 1.8rem;
|
height: 1.8rem;
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue