mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 09:04:30 +00:00
We had an issue with computing a width of a block in MaxContent mode because we would set the width of the containing block to infinity which would make everything in the try_compute_width block infinity as well. This adds a special case for width = 'auto' when width_of_containing_block is infinity and removes the width of containing block from the equation entirely.
38 KiB
38 KiB