mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +00:00
LibWeb: Use correct max-size in intrinsic sizing of column flex layout
Regressed in 72dd37438d
This commit is contained in:
parent
9e23503c9c
commit
2d50dee920
3 changed files with 27 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue