I ran into an issue (yet again π
) where my flex items weren't shrinking below a certain point in one browser but not another (e.g. it worked in Chr...
For further actions, you may consider blocking this person and/or reporting abuse
Thank you so much!!! I've broken my head till found this wonderful tip!
Lol, I didn't even think this would work but it did
Thanks ππΎ
I always forget about that
min-width:0
trick. Thank you for reminding me. :smile:Haha, that's exactly why I wrote it down. I don't know how many times I've forgotten about it and had to find it again. π
.flexfix
Nice fix man! thanks!
Works vertically too with
min-height: 0;
The sad part is that it's so counterintuitive that it's bound to be forgotten again by everyone's memory.
saved my day :)
amazing! How does that even work?
Try this :P
* { box-sizing: border-box; }