File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ export const matExpansionAnimations: {
35
35
state ( 'collapsed' , style ( {
36
36
height : '{{collapsedHeight}}' ,
37
37
} ) , {
38
- params : { collapsedHeight : '48px ' } ,
38
+ params : { collapsedHeight : '* ' } ,
39
39
} ) ,
40
40
state ( 'expanded' , style ( {
41
41
height : '{{expandedHeight}}'
42
42
} ) , {
43
- params : { expandedHeight : '64px ' }
43
+ params : { expandedHeight : '* ' }
44
44
} ) ,
45
45
transition ( 'expanded <=> collapsed' , animate ( EXPANSION_PANEL_ANIMATION_TIMING ) ) ,
46
46
] ) ,
Original file line number Diff line number Diff line change 2
2
.mat-expansion-panel-header {
3
3
display : flex ;
4
4
flex-direction : row ;
5
+ height : 48px ;
5
6
align-items : center ;
6
7
padding : 0 24px ;
7
8
9
+ & .mat-expanded {
10
+ height : 64px ;
11
+ }
12
+
8
13
& :focus ,
9
14
& :hover {
10
15
outline : none ;
You can’t perform that action at this time.
0 commit comments