Skip to content

Commit

Permalink
change height to min-height to prevent overflow (#8065) (#8183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Monkeychip authored and briankassouf committed Jan 17, 2020
1 parent 1655355 commit 460d63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/styles/components/box-radio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
box-sizing: border-box;
flex-basis: 7rem;
width: 7rem;
height: 7.5rem;
min-height: 7.5rem;
padding: $size-10 $size-6 $size-10;
flex-direction: column;
justify-content: space-between;
Expand Down

0 comments on commit 460d63e

Please sign in to comment.