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 want to be able to specify something like flex-wrap-max-items: 4 and have it wrap after 4 items even if 5 or 6 would otherwise fit. This can be worked around by capping the width (resp. height) of the flex container if the size of the flex items is uniform and simple but it seems like it would be easy to specify and just let the browser work it out.