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 4ea4baa commit a921948Copy full SHA for a921948
src/lib/expansion/expansion-panel-header.ts
@@ -57,7 +57,7 @@ import {MdExpansionPanel, EXPANSION_PANEL_ANIMATION_TIMING} from './expansion-pa
57
]),
58
trigger('expansionHeight', [
59
state('collapsed', style({height: '48px', 'line-height': '48px'})),
60
- state('expanded', style({height: '64px', 'line-height': '68px'})),
+ state('expanded', style({height: '64px', 'line-height': '64px'})),
61
transition('expanded <=> collapsed', animate(EXPANSION_PANEL_ANIMATION_TIMING)),
62
63
],
0 commit comments