LibWeb/CSS: Update quirks-mode styling for form elements

The current HTML spec uses margin-block-end instead of margin-bottom.
This commit is contained in:
Sam Atkins 2025-03-25 10:43:32 +00:00 committed by Andreas Kling
commit 2d3dea0770
Notes: github-actions[bot] 2025-03-26 09:48:38 +00:00

View file

@ -5,7 +5,7 @@
*/
form {
margin-bottom: 1em;
margin-block-end: 1em;
}
/* 15.3.7 Lists