fix(segment): automatically expand width for scrollable segment buttons (#20763)

fixes #20566
This commit is contained in:
Liam DeBeasi
2020-03-18 16:14:06 -04:00
committed by GitHub
parent de28bd3b79
commit f86c82639f
3 changed files with 32 additions and 3 deletions

View File

@ -13,5 +13,5 @@
// --------------------------------------------------
:host(.segment-scrollable) ::slotted(ion-segment-button) {
min-width: $segment-button-md-min-width;
min-width: auto;
}