Skip to content

Commit

Permalink
fix(stepper): header collapsing if box-sizing is set (#9505)
Browse files Browse the repository at this point in the history
Fixes the stepper header collapsing if the user has `box-sizing: border-box` set to everything.

Fixes #9501.
  • Loading branch information
crisbeto authored and jelbourn committed Jan 29, 2018
1 parent 3f87dc4 commit ccc8fbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/stepper/step-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ $mat-step-header-icon-size: 16px !default;
outline: none;
cursor: pointer;
position: relative;
box-sizing: content-box;
}

.mat-step-optional {
Expand Down

0 comments on commit ccc8fbb

Please sign in to comment.