Skip to content

Commit 1d545a6

Browse files
crisbetoandrewseguin
authored andcommitted
fix(expansion): not adding margin for all button types (#16806)
Currently the margins for buttons inside the `mat-action-row` is only set up for `mat-button`, however we have other variants like raised and stroked buttons which haven't been accounted for. (cherry picked from commit 6a21d94)
1 parent 090726d commit 1d545a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/expansion/expansion-panel.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
justify-content: flex-end;
7373
padding: 16px 8px 16px 24px;
7474

75-
button.mat-button {
75+
button.mat-button-base {
7676
margin-left: 8px;
7777

7878
[dir='rtl'] & {

0 commit comments

Comments
 (0)