mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibWeb: Layout table-cell contents once again once final width is known
This makes centered and right-aligned table-cell contents position itself correctly.
This commit is contained in:
@@ -65,6 +65,8 @@ public:
|
||||
|
||||
virtual void split_into_lines(LayoutBlock& container, LayoutMode) override;
|
||||
|
||||
void layout_inside(LayoutMode);
|
||||
|
||||
protected:
|
||||
void compute_width();
|
||||
void compute_height();
|
||||
@@ -89,7 +91,6 @@ private:
|
||||
|
||||
NonnullRefPtr<StyleProperties> style_for_anonymous_block() const;
|
||||
|
||||
void layout_inside(LayoutMode);
|
||||
void layout_inline_children(LayoutMode);
|
||||
void layout_contained_boxes(LayoutMode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user