mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-06 09:01:53 +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
197 B
HTML
8 lines
197 B
HTML
<!doctype html><style>
|
|
* { outline: 1px solid black; }
|
|
body { width: min-content; }
|
|
div { display: table; }
|
|
</style><body><div>
|
|
well hello friends
|
|
well hello friends
|
|
well hello friends
|