mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-10 03:26:10 +00:00
LibWeb/CSS: Make inline-size a logical alias for the height property
This commit is contained in:
parent
010cdd8f90
commit
6701aaf1cd
Notes:
github-actions[bot]
2025-01-31 13:19:19 +00:00
Author: https://github.com/Lubrsi
Commit: 6701aaf1cd
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3399
Reviewed-by: https://github.com/AtkinsSJ
1 changed files with 2 additions and 1 deletions
|
@ -1630,7 +1630,8 @@
|
||||||
},
|
},
|
||||||
"inline-size": {
|
"inline-size": {
|
||||||
"logical-alias-for": [
|
"logical-alias-for": [
|
||||||
"width"
|
"width",
|
||||||
|
"height"
|
||||||
],
|
],
|
||||||
"initial": "auto",
|
"initial": "auto",
|
||||||
"max-values": 1
|
"max-values": 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue