Files
servo/components/layout_2020
Martin Robinson 1d464a576a layout: Add support for align-content: stretch (#32906)
This adds support for `align-content: stretch` by splitting flex line
layout into two phases. The first phase takes place before determing how
much extra space to allocate for stretching items. Then line layout
finishes, which might cause two layouts for items with `align-self:
stretch`.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Oriol Brufau <obrufau@igalia.com>
2024-08-06 10:33:37 +00:00
..
2024-07-24 14:37:08 +00:00
2024-06-19 20:26:19 +00:00
2024-07-10 10:57:49 +00:00