Fix select component styles (#135)

This commit is contained in:
Johannes 2020-08-26 23:27:14 +08:00 committed by GitHub
parent 32006d2073
commit 6708a95f33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ select {
font-size: 14px;
margin-right: -20px;
width: calc(100% + 20px);
padding: 0 76px 0 16px;
padding: 0 0 0 16px;
text-transform: none;
}