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

LibWeb: Don't assert when flex-item has align-self: end

We were missing the code to convert this to `align-items: end`.
This commit is contained in:
Andreas Kling 2023-06-19 16:50:04 +02:00
parent 55c1d8ba29
commit 38a6b7ad3d
3 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,4 @@
<!doctype html><style>
body { display: flex; }
div { align-self: end; }
</style><div>