Skip to content

Commit

Permalink
fix(button): default button width to auto to avoid inheriting
Browse files Browse the repository at this point in the history
fixes #15522
  • Loading branch information
brandyscarney committed Sep 19, 2018
1 parent 29862e8 commit bac49ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/components/button/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
* @prop --padding-bottom: Padding bottom of the button
* @prop --padding-start: Padding start of the button
*/
--width: auto;
--overflow: hidden;
--ripple-color: currentColor;

Expand Down

0 comments on commit bac49ca

Please sign in to comment.