Ion-select not wide enough

sorry i can’t do this i m little bit busy.
but i m sharing code here:

.alert-ios .alert-wrapper{
    max-width: unset !important;
    width: 100% !important;
}

.alert-md .alert-wrapper{
    max-width: unset !important;
    width: 100% !important;
}

by this code select will open in full screen in width this is platform specific code.

or you can use common code too like this

.alert-wrapper{
    max-width: unset !important;
    width: 100% !important;
}

and remember put this code in app.scss
:slightly_smiling_face:

2 Likes