mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 18:46:03 +00:00
LibWeb/Layout: Implement align-content for grid layout
This commit is contained in:
parent
5d00211a86
commit
b9e7c6a2f6
Notes:
github-actions[bot]
2024-10-08 19:31:01 +00:00
Author: https://github.com/neil-ptr
Commit: b9e7c6a2f6
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1656
Reviewed-by: https://github.com/kalenikaliaksandr
5 changed files with 466 additions and 27 deletions
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
"align-content": [
|
||||
"normal",
|
||||
"start",
|
||||
"flex-start",
|
||||
"end",
|
||||
"flex-end",
|
||||
"center",
|
||||
"space-between",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue