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:
parent
4819ebe831
commit
e75eb21a54
3 changed files with 20 additions and 0 deletions
|
@ -142,6 +142,8 @@
|
|||
"optimizequality=smooth"
|
||||
],
|
||||
"justify-content": [
|
||||
"start",
|
||||
"end",
|
||||
"flex-start",
|
||||
"flex-end",
|
||||
"center",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue