The template:
<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.
How do I change the width?