mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 07:50:04 +00:00
LibWeb: Add missing inline-grid for display CSS property
This commit is contained in:
parent
f6ff37398c
commit
3f7a37465d
Notes:
sideshowbarker
2024-07-17 06:00:02 +09:00
Author: https://github.com/emilitzerjo
Commit: 3f7a37465d
Pull-request: https://github.com/SerenityOS/serenity/pull/18524
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/nico
2 changed files with 2 additions and 0 deletions
|
@ -142,6 +142,7 @@
|
||||||
"inline",
|
"inline",
|
||||||
"inline-block",
|
"inline-block",
|
||||||
"inline-flex",
|
"inline-flex",
|
||||||
|
"inline-grid",
|
||||||
"inline-table",
|
"inline-table",
|
||||||
"inset",
|
"inset",
|
||||||
"inside",
|
"inside",
|
||||||
|
|
|
@ -609,6 +609,7 @@
|
||||||
"inline",
|
"inline",
|
||||||
"inline-block",
|
"inline-block",
|
||||||
"inline-flex",
|
"inline-flex",
|
||||||
|
"inline-grid",
|
||||||
"inline-table",
|
"inline-table",
|
||||||
"list-item",
|
"list-item",
|
||||||
"none",
|
"none",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue