Skip to content

Commit 8eb3cc8

Browse files
committed
Setting min-height on input-sm
1 parent 9f216fa commit 8eb3cc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/forms/form-control.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ textarea.form-control {
7676

7777
// Mini inputs, to match .minibutton
7878
.input-sm {
79+
min-height: $size-4;
7980
// stylelint-disable-next-line primer/spacing
8081
padding-top: 3px;
8182
// stylelint-disable-next-line primer/spacing

0 commit comments

Comments
 (0)