refactor(wofi): set min height for entry to 28px

This commit is contained in:
Price Hiller 2024-01-25 14:48:06 -06:00
parent df9a699481
commit 16ea3f016b
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -118,7 +118,7 @@ window {
border: none; border: none;
border-radius: 16px; border-radius: 16px;
background-color: transparent; background-color: transparent;
min-height: 32px; min-height: 28px;
font-weight: bold; font-weight: bold;
} }