about summary refs log tree commit diff stats
path: root/test/layout/shrink-to-fit-margin-depends-on-content-width.html
Commit message (Collapse)AuthorAgeFilesLines
* layout: fix percentage margins in shrink-to-fitbptato2025-01-051-0/+9
Turns out this doesn't work like I thought it does... the second layout is always needed. This probably means that it's possible to layout absolutes during flow after all...