Ion-select pop-up not wide enough?

Greetings fellow ionic developer.

What if I have select-options that are a bit wider than the “select-pop-up”?

Take a look here:

Is there any way to make the dialogue widened? Or at least have the window fit the select options?

All the best!

Add this into your .scss file.
ion-select{
max-width: 70% !important;
}

It didn’t do anything unfortunately, stuck with the same width. Although the text is visible when the option settles in the select, but the ion-select-popup is the same width. Tried the max-width there as well but it didn’t do anything either.