mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-16 23:39:44 +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-block",
|
||||
"inline-flex",
|
||||
"inline-grid",
|
||||
"inline-table",
|
||||
"inset",
|
||||
"inside",
|
||||
|
|
|
@ -609,6 +609,7 @@
|
|||
"inline",
|
||||
"inline-block",
|
||||
"inline-flex",
|
||||
"inline-grid",
|
||||
"inline-table",
|
||||
"list-item",
|
||||
"none",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue