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

LibWeb: Support "start" and "end" values for justify-content

This commit is contained in:
implicitfield 2022-12-20 21:16:29 +02:00 committed by Andreas Kling
parent 4819ebe831
commit e75eb21a54
3 changed files with 20 additions and 0 deletions

View file

@ -142,6 +142,8 @@
"optimizequality=smooth"
],
"justify-content": [
"start",
"end",
"flex-start",
"flex-end",
"center",