We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6efb777 commit 147ae46Copy full SHA for 147ae46
src/lib/sort/sort-header.scss
@@ -29,6 +29,7 @@ $mat-sort-header-arrow-transition: 225ms cubic-bezier(0.4, 0, 0.2, 1);
29
.mat-sort-header-arrow {
30
height: $mat-sort-header-arrow-container-size;
31
width: $mat-sort-header-arrow-container-size;
32
+ min-width: $mat-sort-header-arrow-container-size;
33
margin: 0 0 0 $mat-sort-header-arrow-margin;
34
position: relative;
35
display: flex;
0 commit comments