Skip to content

Commit ee40cdd

Browse files
authored
docs(material/button): avoid clipping icon (angular#30095)
Fixes that the container in the button example was too narrow and was clipping the button. Fixes angular#30091.
1 parent 85d2639 commit ee40cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components-examples/material/button/button-overview/button-overview-example.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ section {
2727
.example-button-container {
2828
display: flex;
2929
justify-content: center;
30-
width: 120px;
30+
width: 140px;
3131
}

0 commit comments

Comments
 (0)