mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
LibWeb: Fix regression in definite grid row heights
Fixes a row height bug when a grid item in a row has a definite height.
This commit is contained in:
parent
e65f4b3dc5
commit
6f52272d34
Notes:
sideshowbarker
2024-07-17 03:10:07 +09:00
Author: https://github.com/martinfalisse
Commit: 6f52272d34
Pull-request: https://github.com/SerenityOS/serenity/pull/18148
4 changed files with 76 additions and 5 deletions
|
@ -145,6 +145,8 @@ private:
|
|||
void initialize_grid_tracks(Box const&, AvailableSpace const&, int column_count, int row_count);
|
||||
void calculate_sizes_of_columns(Box const&, AvailableSpace const&);
|
||||
void calculate_sizes_of_rows(Box const&);
|
||||
|
||||
CSSPixels content_based_minimum_height(GridItem const&, Box const& parent_box);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue