Files
ladybird/Libraries/LibWeb/CSS
Andreas Kling efd4f63454 LibWeb: Allow blockification across display: contents boundary
Flex/grid items are always blockified (have their CSS display forced
into "block") by style computation.

We were doing this by looking at the CSS display of the parent. However,
if the parent has `display: contents`, we must look at the *grandparent*
instead.

This corrects the layout of buttons underneath Reddit article cards.
2025-08-17 19:09:50 +02:00
..
2024-12-28 05:39:32 -08:00
2025-07-18 11:51:41 +01:00