Skip to content

Commit ffc5381

Browse files
crisbetojelbourn
authored andcommitted
fix(stepper): header collapsing if box-sizing is set (#9505)
Fixes the stepper header collapsing if the user has `box-sizing: border-box` set to everything. Fixes #9501.
1 parent 4e7c1a3 commit ffc5381

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
@@ -13,6 +13,7 @@ $mat-step-header-icon-size: 16px !default;
1313
outline: none;
1414
cursor: pointer;
1515
position: relative;
16+
box-sizing: content-box;
1617
}
1718

1819
.mat-step-optional {

0 commit comments

Comments
 (0)