-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent .row
from shrinking in flex container
#30940
Conversation
Why do we set the |
I always use the Do we stick with |
Yeah we should. |
Scratch that, a |
.row
from shrinking in flex container
Fixes #30840
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.