mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +00:00
LibWeb: Support grid items with fit-content width :^)
This commit is contained in:
parent
299775345d
commit
a277c393b9
Notes:
sideshowbarker
2024-07-17 21:11:12 +09:00
Author: https://github.com/awesomekling
Commit: a277c393b9
Pull-request: https://github.com/SerenityOS/serenity/pull/19071
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