Skip to content

Commit

Permalink
fix: fixes #12
Browse files Browse the repository at this point in the history
fixed radio buttons vertical alignment seen when using it inline

#12
  • Loading branch information
Al-Raheem authored and Al-Raheem committed May 9, 2019
1 parent 2e7e938 commit 51a3ba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RadioGroup/radio-group-style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ $red: #F03529;
user-select: none;
transition: all $transition-time;
.radio-item {
vertical-align: top;
position: relative;
margin-bottom: 5px;
input[type=radio] {
Expand Down

0 comments on commit 51a3ba0

Please sign in to comment.