Skip to content

Commit

Permalink
Fix select component styles (vercel#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
macbesu authored Aug 26, 2020
1 parent 32006d2 commit 6708a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 6708a95

Please sign in to comment.