Skip to content

Commit

Permalink
fix(sort): arrow not centered vertically inside multiline headers (#1…
Browse files Browse the repository at this point in the history
…0619)

Fixes the arrow icon from the sort header not being centered inside its cell when there is multiline text.

Fixes #10604.
  • Loading branch information
crisbeto authored and mmalerba committed Apr 18, 2018
1 parent 1a60a7a commit 99af109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/sort/sort-header.scss
Expand Up @@ -8,6 +8,7 @@ $mat-sort-header-arrow-hint-opacity: 0.38;
.mat-sort-header-container {
display: flex;
cursor: pointer;
align-items: center;

.mat-sort-header-disabled & {
cursor: default;
Expand Down

0 comments on commit 99af109

Please sign in to comment.