Files
ladybird/Libraries/LibWeb/Layout/FormattingContext.cpp
Jelle Raaijmakers 7f0ae9bd4c LibWeb: Derive inline flex/grid baselines from the first child line
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.
2026-04-30 17:34:25 +02:00

128 KiB