From 6701aaf1cd3e2709ec746f4cdb4007f4fc63d37b Mon Sep 17 00:00:00 2001 From: Luke Wilde Date: Wed, 29 Jan 2025 15:03:06 +0000 Subject: [PATCH] LibWeb/CSS: Make inline-size a logical alias for the height property --- Libraries/LibWeb/CSS/Properties.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Libraries/LibWeb/CSS/Properties.json b/Libraries/LibWeb/CSS/Properties.json index 8331e41e0af..e49b63ce66e 100644 --- a/Libraries/LibWeb/CSS/Properties.json +++ b/Libraries/LibWeb/CSS/Properties.json @@ -1630,7 +1630,8 @@ }, "inline-size": { "logical-alias-for": [ - "width" + "width", + "height" ], "initial": "auto", "max-values": 1