1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 03:27:44 +00:00

LibWeb: Add table-layout CSS property

This commit is contained in:
Andi Gallo 2023-08-07 01:32:52 +00:00 committed by Sam Atkins
parent a0ea87ffc6
commit 97512d0c76
7 changed files with 28 additions and 0 deletions

View file

@ -294,6 +294,10 @@
"to-zero",
"up"
],
"table-layout": [
"auto",
"fixed"
],
"text-anchor": [
"start",
"middle",