Skip to content

Commit 4ec34b5

Browse files
crisbetommalerba
authored andcommittedJan 23, 2022
fix(expansion-panel): title text not centered with taller description (#12161)
Fixes the expansion panel's title not being centered vertically if the description is taller. (cherry picked from commit 0436aa6)
1 parent fa7cd15 commit 4ec34b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

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

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
display: flex;
5656
flex-grow: 1;
5757
margin-right: 16px;
58+
align-items: center;
5859

5960
[dir='rtl'] & {
6061
margin-right: 0;

0 commit comments

Comments
 (0)
Please sign in to comment.