🩹 Re: #119 - Fixes text overflow in theme selector

This commit is contained in:
Alicia Sykes 2021-08-05 20:20:25 +01:00
parent 8012d85749
commit d8ae1dc1a6
1 changed files with 2 additions and 1 deletions

View File

@ -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;