mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-21 10:38:24 +00:00
If our parent in the FlexFormattingContext also was a flex-container, we didn't give our children any meaningful width to play with into layout_inside(), which resulted in way too narrow layouting. Now the width of the parent gets borrowed if the own width isn't specified.