Skip to content

Commit

Permalink
Merge pull request #1306 from primer/input_sm
Browse files Browse the repository at this point in the history
Setting min-height on input-sm
  • Loading branch information
jonrohan authored Apr 7, 2021
2 parents b2b6ec5 + 6c7489d commit 294f507
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/twelve-taxis-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/css': minor
---

Adding a min-height to input-sm
1 change: 1 addition & 0 deletions src/forms/form-control.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ textarea.form-control {

// Mini inputs, to match .minibutton
.input-sm {
min-height: $size-4;
// stylelint-disable-next-line primer/spacing
padding-top: 3px;
// stylelint-disable-next-line primer/spacing
Expand Down

0 comments on commit 294f507

Please sign in to comment.