We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7be2e commit 106ded4Copy full SHA for 106ded4
src/lib/expansion/expansion-panel-header.scss
@@ -32,16 +32,20 @@ $mat-expansion-panel-header-height-expanded: 64px;
32
overflow: hidden;
33
}
34
35
-.mat-expansion-panel-header-title {
+.mat-expansion-panel-header-title,
36
+.mat-expansion-panel-header-description {
37
display: flex;
38
flex-grow: 1;
39
margin-right: 16px;
40
+
41
+ [dir='rtl'] & {
42
+ margin-right: 0;
43
+ margin-left: 16px;
44
+ }
45
46
47
.mat-expansion-panel-header-description {
- display: flex;
48
flex-grow: 2;
- margin-right: 16px;
49
50
51
/**
src/lib/expansion/expansion-panel.scss
@@ -29,5 +29,10 @@
29
30
button.mat-button {
31
margin-left: 8px;
+ margin-left: 0;
+ margin-right: 8px;
0 commit comments