mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(button): default button width to auto to avoid inheriting
fixes #15522
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user