Listgroup (Bootstrap) item spacing

I had the exact same issue on iOS , this worked for me, put this code in the css

.list-group-item {
flex-shrink: 0;
}