Skip to content

Commit 5b5f2ee

Browse files
crisbetotinayuangao
authored andcommitted
fix(stepper): header icon collapsing with very long labels (#10341)
Fixes the width of the icon inside the stepper header collapsing with really long labels. Fixes #10332.
1 parent 718cee0 commit 5b5f2ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/stepper/step-header.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ $mat-step-header-icon-size: 16px !default;
2828
align-items: center;
2929
justify-content: center;
3030
display: flex;
31+
flex-shrink: 0;
3132
}
3233

3334
.mat-step-icon .mat-icon {

0 commit comments

Comments
 (0)