Fix lopsided select padding

This commit is contained in:
Christian Bundy 2019-09-30 14:48:32 -07:00
parent d34226f8a4
commit ad9f8bb777
No known key found for this signature in database
GPG Key ID: EB541AAEF4366237
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ select {
background: var(--bg);
color: var(--fg-status);
border: var(--thin-stroke) solid var(--bg-status);
padding: 0.5rem 1rem;
padding: 0.5rem;
margin-right: 1rem;
-moz-appearance: none;
appearance: none;