Is it possible to make ion-select usable?

Hi,

Configuration
ionic/angular project.
ionic: 5.4.16
angular: 8.2.14

My problem:
I created a reactive form with an ion-select inside with multiple selection.
Display is hugly because ionic does not display all the text and it is not usable as it is.
I just want to customize the size of the text or make it wrap.

Question:
I need to set this style at component level because my component is in a shared library.

I try to use “interfaceOptions” without any success.

Thanks for help,

I think the best way is to use angular-material.
But if you use it, you can have style differences.
Conclusion: stop ionic, go to angular-material.
It’s my thought but I will not be the only one.