Skip to content

Commit

Permalink
fix(expansion-panel): title text not centered with taller description (
Browse files Browse the repository at this point in the history
…#12161)

Fixes the expansion panel's title not being centered vertically if the description is taller.

(cherry picked from commit 0436aa6)
  • Loading branch information
crisbeto authored and mmalerba committed Jan 23, 2022
1 parent fa7cd15 commit 4ec34b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/material/expansion/expansion-panel-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
display: flex;
flex-grow: 1;
margin-right: 16px;
align-items: center;

[dir='rtl'] & {
margin-right: 0;
Expand Down

0 comments on commit 4ec34b5

Please sign in to comment.