I had the exact same issue on iOS , this worked for me, put this code in the css
.list-group-item {
flex-shrink: 0;
}
I had the exact same issue on iOS , this worked for me, put this code in the css
.list-group-item {
flex-shrink: 0;
}