We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74f154 commit ef5bdc7Copy full SHA for ef5bdc7
core/src/components/segment-view/segment-view.tsx
@@ -90,7 +90,7 @@ export class SegmentView implements ComponentInterface {
90
}
91
this.scrollEndTimeout = setTimeout(() => {
92
this.checkForScrollEnd();
93
- }, 50);
+ }, 100);
94
95
96
/**
core/src/components/segment-view/test/basic/index.html
@@ -66,7 +66,7 @@
66
<ion-segment-button content-id="paid" value="paid">
67
<ion-label>Paid</ion-label>
68
</ion-segment-button>
69
- <ion-segment-button style="width: 200px" content-id="free" value="free">
+ <ion-segment-button style="min-width: 200px" content-id="free" value="free">
70
<ion-label>Free</ion-label>
71
72
<ion-segment-button content-id="top" value="top">
0 commit comments