Skip to content

Commit

Permalink
docs(material/radio): fix button width (#24176)
Browse files Browse the repository at this point in the history
Fixes that the radio button width spans the entire page in one of the live examples.

Fixes #24158.

(cherry picked from commit d1ad23c)
  • Loading branch information
crisbeto authored and wagnermaciel committed Jan 10, 2022
1 parent 12f427c commit e8b400f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
display: flex;
flex-direction: column;
margin: 15px 0;
align-items: flex-start;
}

.example-radio-button {
Expand Down

0 comments on commit e8b400f

Please sign in to comment.