Skip to content

Commit 6b9690d

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 aa22368 commit 6b9690d

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
@@ -40,6 +40,7 @@
4040
display: flex;
4141
flex-grow: 1;
4242
margin-right: 16px;
43+
align-items: center;
4344

4445
[dir='rtl'] & {
4546
margin-right: 0;

0 commit comments

Comments
 (0)