mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-12 09:56:45 +02:00
When an inline flex/grid container has no line boxes of its own, we derive its baseline from a child box. The generic recursive path can then use the child's last wrapped line, even though the flex/grid baseline should come from the child item's alignment baseline. Use the selected child's first line box directly for inline flex/grid containers, avoiding an incorrect baseline when that child wraps.
128 KiB
128 KiB