Skip to content

Commit

Permalink
docs(material/button): avoid clipping icon (#30095)
Browse files Browse the repository at this point in the history
Fixes that the container in the button example was too narrow and was clipping the button.

Fixes #30091.
  • Loading branch information
crisbeto authored Nov 27, 2024
1 parent 85d2639 commit ee40cdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ section {
.example-button-container {
display: flex;
justify-content: center;
width: 120px;
width: 140px;
}

0 comments on commit ee40cdd

Please sign in to comment.