<ion-item>
<ion-label stacked>Select long text</ion-label>
<ion-select>
<ion-option value="opt1">Very very long text</ion-option>
</ion-select>
</ion-item>
This gets cut off since the default width for appears to be quite narrow.
to my global, @ikishan1 comment pointed me in the right direction, but his solution only affected the form instead of the alert where the types are shown, if anyone knows how to apply styles just for the select and not all alert will apreciate the info