select padding fix

This commit is contained in:
Geoff Doty 2021-10-17 18:09:12 -04:00
parent 29285aac5d
commit e0fe11db0f
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ input[type="submit"],input[type="reset"] {
select {
background: var(--bg) no-repeat 100%;
color: var(--fg);
padding: clamp(.5rem, var(--space), 2rem);
padding: 0 clamp(.5rem, var(--space), 2rem);
appearance: none;
background-size: 1ex;
background-origin: content-box;