about summary refs log tree commit diff stats
path: root/test/layout/nested-flex-direction-swap-padding-overflow.html
Commit message (Collapse)AuthorAgeFilesLines
* layout: propagate intrinsic minimum heightbptato2024-12-171-0/+5
Necessary for flex. Previously we just used the actual height, but that didn't account for boxes that size themselves depending on the available height (mainly just images for now). This also irons out intrinsic min width calculation somewhat, squashing several bugs. I hope it works well. It is a significant change in size calculation, so maybe there are still new bugs lurking.