1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 12:15:06 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Andreas Kling
a5f8f8238f LibWeb: Fix a case of incorrect flex container max-content main size
We were incorrectly returning a "specified size suggestion" for flex
items with a definite main size where that main size was also automatic.

This led to us incorrectly choosing 0 as the automatic minimum size for
that flex item, instead of its min-content size.
2023-06-08 13:54:11 +02:00