I’m trying to style label.select-wrapper inside ion-select. I want to change the flex direction so that ion-select’s content is flush to the right instead of to the left. If I change select-wrapper’s flex-direction to row-reverse, I get exactly what I want. However, since that element doesn’t have a shadow part, there seems to be no way to style it.
Is there a way to do this that I’m missing? I’m using @ionic/angular 8.4.0, by the way.