mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +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-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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user