Skip to content

Commit 9ec023c

Browse files
authored
Fix input/select heights across all browsers (#6686)
1 parent 840159d commit 9ec023c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warehouse/static/sass/base/_forms.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ select {
1919
font-size: $input-font-size;
2020
border-radius: 2px;
2121
background-color: $white;
22-
padding: 0 8px;
22+
padding: 7px;
2323
min-height: 40px;
2424
border: 1px solid $accessible-border-color;
2525
color: $text-color;

0 commit comments

Comments
 (0)