Skip to content

Commit 99af109

Browse files
crisbetommalerba
authored andcommitted
fix(sort): arrow not centered vertically inside multiline headers (#10619)
Fixes the arrow icon from the sort header not being centered inside its cell when there is multiline text. Fixes #10604.
1 parent 1a60a7a commit 99af109

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/sort/sort-header.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ $mat-sort-header-arrow-hint-opacity: 0.38;
88
.mat-sort-header-container {
99
display: flex;
1010
cursor: pointer;
11+
align-items: center;
1112

1213
.mat-sort-header-disabled & {
1314
cursor: default;

0 commit comments

Comments
 (0)