mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 14:48:15 +00:00
When we're calculating the intrinsic size of a flex container, we don't *need* to layout the inside of each flex item. That's only necessary if the flex items will be seen (as is the case for "normal" layout). This avoids a whole bunch of unnecessary layout work on pages that use flexbox layout. :^)
102 KiB
102 KiB