Skip to content

Commit bc10ad5

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 afb0ee3 commit bc10ad5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
display: flex;
3333
flex-grow: 1;
3434
margin-right: 16px;
35+
align-items: center;
3536

3637
[dir='rtl'] & {
3738
margin-right: 0;

0 commit comments

Comments
 (0)