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 bcf2781 commit 677db8cCopy full SHA for 677db8c
src/lib/radio/radio.scss
@@ -26,6 +26,9 @@ $mat-radio-ripple-radius: 20px;
26
align-items: center;
27
white-space: nowrap;
28
vertical-align: middle;
29
+
30
+ // Have the label span the rest of the radio button for maximum clickable area.
31
+ width: 100%;
32
}
33
34
// Container for radio circles and ripple.
0 commit comments