Text Causing An Overflow
text still causing an overflow even when I've added '
overflow: hidden;
I notice that when I use .mn-pro-ctn{max-width: 100%; flex-wrap: wrap;}
for small screens, the text doesn't overflow. the problem is that, I don't want to wrap the cards, I want to display them in an horizontal line then use scroll
to view the rest if it overflows the viewport.
css I'm applying .product-crd{min-width: 40%;}
to small screens cos the width doesn't grow when I use .product-crd{width: 40%;}
.0 Replies