Files
ladybird/Libraries/LibWeb
Tim Ledbetter 631e73676e LibWeb: Resolve margins for block-level buttons with width:auto
Previously, buttons with `display: block` and `width: auto` would take
an early return path in compute_width() that set the content width to
fit-content but skipped all margin resolution. This meant `margin: auto`
would not center the button horizontally.
2026-01-26 10:00:17 +01:00
..
2026-01-20 06:51:04 -05:00
2026-01-22 01:29:30 +00:00
2026-01-11 00:01:24 +01:00
2026-01-22 14:56:46 +01:00