mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:47:34 +00:00
LibWeb: Take specified height into account for automatic table height
Track table grid height stretched to the specified height and use it to set the final box height in TFC. Fixes #19563.
This commit is contained in:
parent
04a5196a5d
commit
8e52d1125d
4 changed files with 31 additions and 9 deletions
|
@ -43,7 +43,7 @@ private:
|
|||
void distribute_width_to_columns();
|
||||
void compute_table_height(LayoutMode layout_mode);
|
||||
void distribute_height_to_rows();
|
||||
void position_row_boxes(CSSPixels&);
|
||||
void position_row_boxes();
|
||||
void position_cell_boxes();
|
||||
void border_conflict_resolution();
|
||||
CSSPixels border_spacing_horizontal() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue