Skip to content

Commit 8969f0f

Browse files
committed
fix(expansion-panel): title text not centered with taller description
Fixes the expansion panel's title not being centered vertically if the description is taller.
1 parent 701302d commit 8969f0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material/expansion/expansion-panel-header.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
display: flex;
4545
flex-grow: 1;
4646
margin-right: 16px;
47+
align-items: center;
4748

4849
[dir='rtl'] & {
4950
margin-right: 0;

0 commit comments

Comments
 (0)