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

LibWeb: Use correct max-size in intrinsic sizing of column flex layout

Regressed in 72dd37438d
This commit is contained in:
Andreas Kling 2024-01-16 12:07:23 +01:00
parent 9e23503c9c
commit 2d50dee920
3 changed files with 27 additions and 1 deletions

View file

@ -0,0 +1,13 @@
<!DOCTYPE html><style>
* {
outline: 1px solid black;
}
body {
display: flex;
flex-direction: column;
}
div {
max-width: 100%;
height: 100px;
}
</style><body><div>Start free trial