Hello,
I’m trying to change the ion-select height.
This is my code:
ion-select {
width: 100%;
max-width: 100%;
height: 4rem !important;
min-height: 4rem !important;
color: white;
border: 1px solid white !important;
border-radius: 30px !important;
background-color: rgba(7, 68, 77, 0.3) !important;
}
The ion-select height was changed but the words inside it, it cropped as shown the figure bellow:
Any other method to change the ion-select height?
Thanks