mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-06 00:51:51 +00:00
When a table's containing block provides min-content or max-content available space, we now size the table's width accordingly.
8 lines
217 B
HTML
8 lines
217 B
HTML
<!doctype html><style>
|
|
* { outline: 1px solid black; }
|
|
body { width: min-content; }
|
|
div { display: table; width: min-content; }
|
|
</style><body><div>
|
|
well hello friends
|
|
well hello friends
|
|
well hello friends
|