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

LibWeb: Parse display: inline-flex

This was already handled in the CSS machinery, we just never parsed it.
This commit is contained in:
Sam Atkins 2022-02-07 17:29:36 +00:00 committed by Andreas Kling
parent 48c6cf92e3
commit 6df0b8e889
3 changed files with 4 additions and 0 deletions

View file

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