Skip to content

Commit 7a122f7

Browse files
committed
fix(material/expansion): inconsistent spacing for anchor buttons (#24882)
Fixes that the expansion panel was applying the margin only to `mat-button` set on a `button` node. (cherry picked from commit a47869c)
1 parent f036680 commit 7a122f7

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
@@ -86,7 +86,7 @@
8686
justify-content: flex-end;
8787
padding: 16px 8px 16px 24px;
8888

89-
button.mat-button-base, button.mat-mdc-button-base {
89+
.mat-button-base, .mat-mdc-button-base {
9090
margin-left: 8px;
9191

9292
[dir='rtl'] & {

0 commit comments

Comments
 (0)