mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:17:35 +00:00
LibWeb: Support grid items with fit-content width :^)
This commit is contained in:
parent
299775345d
commit
a277c393b9
3 changed files with 20 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
<!DOCTYPE html><style>
|
||||
* { border: 1px solid black; }
|
||||
body { display: grid; }
|
||||
.inner { width: fit-content; }
|
||||
</style><body><div class="inner">Press and Media
|
Loading…
Add table
Add a link
Reference in a new issue