Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(chips): Add box-sizing back to chip root (#4807)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickrodee authored Jun 10, 2019
1 parent a13089d commit 19a19b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-chips/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
display: inline-flex;
position: relative;
align-items: center;
box-sizing: border-box;
padding: 0 $mdc-chip-horizontal-padding;
border-width: 0;
outline: none;
Expand Down

0 comments on commit 19a19b3

Please sign in to comment.