1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:37:45 +00:00

LibWeb: Support grid items with fit-content width :^)

This commit is contained in:
Andreas Kling 2023-05-26 19:01:01 +02:00
parent 299775345d
commit a277c393b9
3 changed files with 20 additions and 1 deletions

View file

@ -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