Skip to content

Commit

Permalink
fix(SelectionControls): resolve height issues with wrapped labels in …
Browse files Browse the repository at this point in the history
…radios

fixes #10360
  • Loading branch information
johnleider committed Jan 28, 2020
1 parent 1319bf9 commit 22aa469
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
display: inline-flex
flex: 1 1 auto
// TODO: Resolve in v3, all selection controls need separate sass files
height: 24px
height: auto

&__input
color: inherit
Expand Down

0 comments on commit 22aa469

Please sign in to comment.