mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
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>
This commit is contained in:
parent
3800922cde
commit
1d464a576a
6 changed files with 521 additions and 469 deletions
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue