From bac49ca71bc3da60b1b349b7130025e2906a6ead Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 19 Sep 2018 16:50:24 -0400 Subject: [PATCH] fix(button): default button width to auto to avoid inheriting fixes #15522 --- core/src/components/button/button.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/components/button/button.scss b/core/src/components/button/button.scss index 7e7e279c3c..17e5f5bfa7 100644 --- a/core/src/components/button/button.scss +++ b/core/src/components/button/button.scss @@ -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;