mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 03:27:15 +02:00
When distributing item contributions among flexible tracks with intrinsic min sizing functions, we were skipping distribution entirely when total_flex == 0. However, tracks like `0fr` (equivalent to minmax(auto, 0fr)) should still receive the item's contribution distributed equally among them. Now we count intrinsic flexible tracks separately and distribute equally when all flex factors are zero.