1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:28:11 +00:00

LibWeb: Add missing inline-grid for display CSS property

This commit is contained in:
Emil Militzer 2023-04-26 19:46:36 +02:00 committed by Andreas Kling
parent f6ff37398c
commit 3f7a37465d
2 changed files with 2 additions and 0 deletions

View file

@ -142,6 +142,7 @@
"inline",
"inline-block",
"inline-flex",
"inline-grid",
"inline-table",
"inset",
"inside",

View file

@ -609,6 +609,7 @@
"inline",
"inline-block",
"inline-flex",
"inline-grid",
"inline-table",
"list-item",
"none",