Files
servo/components/layout
Oriol Brufau b3aee67769 layout: Use LogicalSides1D in compute_inline_content_sizes_for_block_level_boxes() (#41525)
Instead of storing the sizes of the start and end floats separately, we
can just use a `LogicalSides1D`.

Testing: Not needed, no behavior change

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2025-12-27 00:45:03 +00:00
..