mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
fix(segment): automatically expand width for scrollable segment buttons (#20763)
fixes #20566
This commit is contained in:
@ -13,5 +13,5 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
:host(.segment-scrollable) ::slotted(ion-segment-button) {
|
||||
min-width: $segment-button-md-min-width;
|
||||
min-width: auto;
|
||||
}
|
Reference in New Issue
Block a user