mirror of
https://github.com/RGBCube/serenity
synced 2025-05-24 00:45:07 +00:00

Returning greatest_child_width() from automatic_content_width() in BFC if root box children are inline and there are min/max-width that caused width to be changed after IFC layout while content_width should be always set to correct value by layout_inline_children() regardless of layout mode.
11 lines
No EOL
212 B
HTML
11 lines
No EOL
212 B
HTML
<!DOCTYPE html><html><head><style>
|
|
#grid {
|
|
display: grid;
|
|
}
|
|
|
|
#box {
|
|
justify-self: start;
|
|
min-width: 18rem;
|
|
background-color: orange;
|
|
}
|
|
</style></head><body><div id="grid"><a id="box">Start Selling |