mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
LibWeb: Support "normal" and "stretch" justify-content in CSS parser
This commit is contained in:
parent
b395cfccb0
commit
56ff9bffae
Notes:
sideshowbarker
2024-07-16 23:13:25 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 56ff9bffae
Pull-request: https://github.com/SerenityOS/serenity/pull/22576
Issue: https://github.com/SerenityOS/serenity/issues/22555
4 changed files with 11 additions and 3 deletions
|
@ -87,7 +87,7 @@ inset-block-end: auto
|
|||
inset-block-start: auto
|
||||
inset-inline-end: auto
|
||||
inset-inline-start: auto
|
||||
justify-content: flex-start
|
||||
justify-content: normal
|
||||
justify-items: legacy
|
||||
justify-self: auto
|
||||
left: auto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue