mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb/CSS: Make inline-size a logical alias for the height property
This commit is contained in:
parent
010cdd8f90
commit
6701aaf1cd
|
|
@ -1630,7 +1630,8 @@
|
|||
},
|
||||
"inline-size": {
|
||||
"logical-alias-for": [
|
||||
"width"
|
||||
"width",
|
||||
"height"
|
||||
],
|
||||
"initial": "auto",
|
||||
"max-values": 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user