Skip to content

Commit d1ad23c

Browse files
authored
docs(material/radio): fix button width (#24176)
Fixes that the radio button width spans the entire page in one of the live examples. Fixes #24158.
1 parent beeecd3 commit d1ad23c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components-examples/material/radio/radio-ng-model/radio-ng-model-example.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
display: flex;
33
flex-direction: column;
44
margin: 15px 0;
5+
align-items: flex-start;
56
}
67

78
.example-radio-button {

0 commit comments

Comments
 (0)