Skip to content

Commit 147ae46

Browse files
authored
fix(sort): fix arrow on width-constrained headers (#7569)
1 parent 6efb777 commit 147ae46

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
@@ -29,6 +29,7 @@ $mat-sort-header-arrow-transition: 225ms cubic-bezier(0.4, 0, 0.2, 1);
2929
.mat-sort-header-arrow {
3030
height: $mat-sort-header-arrow-container-size;
3131
width: $mat-sort-header-arrow-container-size;
32+
min-width: $mat-sort-header-arrow-container-size;
3233
margin: 0 0 0 $mat-sort-header-arrow-margin;
3334
position: relative;
3435
display: flex;

0 commit comments

Comments
 (0)