You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
Here's a flexbox bug that I don't see here, and can't find in any open PRs/issues.
A problem has been found when sizing flex items of a nested flex container.
When using the width property, the container respects the sizing of its children and expands accordingly. But when using flex-basis, the container ignores the sizing of its children, and the children overflow the container.
Can you please update this issue to conform to the issue template. Saying the answer is at the end of a Stack Overflow question isn't particularly clear.
In the latest Chrome and Firefox (at least), flex items in a nested flex container ignore their flex-basis and collapse.
IE11 and Edge, however, behave correctly.
Here's a flexbox bug that I don't see here, and can't find in any open PRs/issues.
— SO answer (very end)
I made this example too (works in Edge): https://jsfiddle.net/q0qmeh3L/
Will make a PR if it will get accepted
The text was updated successfully, but these errors were encountered: