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
layout: Fix logic for min/max violations when flexing flex items
The old logic had the problem that, if the total violation was zero, we
would just freeze all items without clamping their target main size
between the min and max sizes.
This patch refactors the logic to make it simpler.
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
0 commit comments