mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
fix(segment): automatically expand width for scrollable segment buttons (#20763)
fixes #20566
This commit is contained in:
@ -44,6 +44,10 @@
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.button-native {
|
||||
min-width: $segment-button-md-min-width;
|
||||
}
|
||||
|
||||
|
||||
// Segment Button: Disabled
|
||||
// --------------------------------------------------
|
||||
|
Reference in New Issue
Block a user