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
I can imagine the behavior when dealing with fixed and equal size elements but what about different width elements with a complex flex-grow/flex-basis/flex-shrink configuration?
Will the logic be based on the number of elements (let's try to have the same number on each row) or based on their width (let's try to have the sum of width almost equal on each row)
With
text-wrap: balance;
becoming available, we’ve had a few requests from authors to have something likeflex-wrap: balance;
See this demo right here, which is currently impossible to replicate if it were a flex layout:
ssstwitter.com_1689716135029.mp4
The text was updated successfully, but these errors were encountered: