Skip to content

Commit

Permalink
fix(radio): label vertical alignment (#5120)
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbeto authored and kara committed Jun 13, 2017
1 parent 73aa43e commit d3d6d26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/radio/radio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ $mat-radio-ripple-size: $mat-radio-size * 0.75;
.mat-radio-label {
cursor: pointer;
display: inline-flex;
align-items: baseline;
align-items: center;
white-space: nowrap;
vertical-align: middle;
}

// Container for radio circles and ripple.
Expand All @@ -26,7 +27,6 @@ $mat-radio-ripple-size: $mat-radio-size * 0.75;
height: $mat-radio-size;
position: relative;
width: $mat-radio-size;
top: 2px;
}

// The outer circle for the radio, always present.
Expand Down

0 comments on commit d3d6d26

Please sign in to comment.