Skip to content

Commit 265aa07

Browse files
committed
docs(material/button): fix demo layout
Fixes that the layout of the button overview demo was broken after the switch to MDC.
1 parent 6ed06a7 commit 265aa07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ section {
1111

1212
.example-button-row {
1313
display: table-cell;
14-
width: 490px;
14+
max-width: 600px;
1515
}
1616

17-
.example-button-row .mat-button-base {
17+
.example-button-row .mat-mdc-button-base {
1818
margin: 8px 8px 8px 0;
1919
}
2020

0 commit comments

Comments
 (0)