We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73aa43e commit d3d6d26Copy full SHA for d3d6d26
src/lib/radio/radio.scss
@@ -15,8 +15,9 @@ $mat-radio-ripple-size: $mat-radio-size * 0.75;
15
.mat-radio-label {
16
cursor: pointer;
17
display: inline-flex;
18
- align-items: baseline;
+ align-items: center;
19
white-space: nowrap;
20
+ vertical-align: middle;
21
}
22
23
// Container for radio circles and ripple.
@@ -26,7 +27,6 @@ $mat-radio-ripple-size: $mat-radio-size * 0.75;
26
27
height: $mat-radio-size;
28
position: relative;
29
width: $mat-radio-size;
- top: 2px;
30
31
32
// The outer circle for the radio, always present.
0 commit comments