mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 06:37:52 +00:00
When checking if a line box fragment "isn't just dumb inline content", we were checking "is replaced or inline-block". What we really need to be checking is "is replaced or inline-outside-but-not-flow-inside". So now we check that. This fixes an issue where inline-flex boxes were given incorrect extra height due to being treated as regular text for purposes of line height calculation.
14 KiB
14 KiB