How to avoid three points in Ion Select

Hi,

How can I avoid the three dots of the Ion Select and show more text?

Captura de pantalla de 2021-09-30 10-29-22

    <ion-list>
      <ion-item >
        <ion-label>Equipo</ion-label>
        <ion-select interface="popover" (ionChange)="doSelect()">
          <ion-select-option *ngFor="let i of EquiposHist" value="{{ i.Address }}"> {{ i.Nombre }} - {{ i.Alias }} </ion-select-option>
        </ion-select>
      </ion-item>
    </ion-list>

Thanks

Ok. Found a solution adding an ion-select style max-width:100%