Created by: ffoodd
Fixes #30840 (closed)
Working around this issue, this seems the simplest and cleanest way to prevent row from shrinking.
Didn't notice any drawback yet, since it'll only be applied if .row's parent is a flex container.
FYI it'll still break if .row's parent is display: flex
but doesn't allow wrapping. Don't know if it should be adressed at all, though.
@mdo @MartijnCuppens you know rows and history better than I do, so feel free to drop this if it looks wrong.