DioxusLabs / taffy

A high performance rust-powered UI layout library
https://docs.rs/taffy
Other
2.04k stars 102 forks source link

Fix auto margin computation in block layout #663

Closed nicoburns closed 3 months ago

nicoburns commented 3 months ago

Objective

Taffy was previously special casing the case where all of the width, left, and right properties are auto, but browsers do not seem to do this (and this breaks auto margin centering with default values of left and right)