mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:27:45 +00:00
LibWeb: Margin bottom collapsing between parent and last child
This commit is contained in:
parent
7088a87f49
commit
8259ff12bd
5 changed files with 105 additions and 65 deletions
|
@ -105,7 +105,6 @@ protected:
|
|||
static float tentative_width_for_replaced_element(LayoutState const&, ReplacedBox const&, CSS::Size const& computed_width, AvailableSpace const&);
|
||||
static float tentative_height_for_replaced_element(LayoutState const&, ReplacedBox const&, CSS::Size const& computed_height, AvailableSpace const&);
|
||||
float compute_auto_height_for_block_formatting_context_root(BlockContainer const&) const;
|
||||
float compute_auto_height_for_block_level_element(Box const&, AvailableSpace const&) const;
|
||||
|
||||
ShrinkToFitResult calculate_shrink_to_fit_widths(Box const&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue