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
parent b2873d7ed6
commit 2d3dea0770

View File

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