about summary refs log tree commit diff stats
path: root/test/layout/flex-column-width-stretch.color.expected
Commit message (Collapse)AuthorAgeFilesLines
* render: actually fix the "extra unnecessary line" bugbptato2025-01-211-1/+0
| | | | Plus remove addLines, it's no longer very useful.
* layout: fix various flex column sizing bugsbptato2024-07-221-0/+2
* fix flex column item width not being stretched * set minimum flex column height to the layouted item's height (to avoid overlap)