fix(button): default button width to auto to avoid inheriting

fixes #15522
This commit is contained in:
Brandy Carney
2018-09-19 16:50:24 -04:00
parent 29862e8259
commit bac49ca71b

View File

@ -38,6 +38,7 @@
* @prop --padding-bottom: Padding bottom of the button * @prop --padding-bottom: Padding bottom of the button
* @prop --padding-start: Padding start of the button * @prop --padding-start: Padding start of the button
*/ */
--width: auto;
--overflow: hidden; --overflow: hidden;
--ripple-color: currentColor; --ripple-color: currentColor;