Skip to content

Commit

Permalink
fix(sort): fix arrow on width-constrained headers (#7569)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin authored Oct 9, 2017
1 parent 6efb777 commit 147ae46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/sort/sort-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ $mat-sort-header-arrow-transition: 225ms cubic-bezier(0.4, 0, 0.2, 1);
.mat-sort-header-arrow {
height: $mat-sort-header-arrow-container-size;
width: $mat-sort-header-arrow-container-size;
min-width: $mat-sort-header-arrow-container-size;
margin: 0 0 0 $mat-sort-header-arrow-margin;
position: relative;
display: flex;
Expand Down

0 comments on commit 147ae46

Please sign in to comment.