Skip to content

Commit

Permalink
fix: Border box for input group (#1231)
Browse files Browse the repository at this point in the history
fix: Border box for input group
  • Loading branch information
ptbrowne authored Nov 6, 2019
2 parents 855dda1 + 0edc211 commit 82bd844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stylus/components/forms.styl
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ $field-inline
$inputgroup
display inline-flex
flex-direction row
box-sizing border-box
align-items stretch
width 100%
max-width rem(512)
Expand Down

0 comments on commit 82bd844

Please sign in to comment.