mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
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:
parent
b2873d7ed6
commit
2d3dea0770
Notes:
github-actions[bot]
2025-03-26 09:48:38 +00:00
Author: https://github.com/AtkinsSJ
Commit: 2d3dea0770
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4080
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
form {
|
||||
margin-bottom: 1em;
|
||||
margin-block-end: 1em;
|
||||
}
|
||||
|
||||
/* 15.3.7 Lists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue