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

Base: Add test for grid-gap and auto-fit

This commit is contained in:
martinfalisse 2022-11-14 22:31:45 +01:00 committed by Andreas Kling
parent 35094fc744
commit 70559e9d14

View file

@ -121,6 +121,16 @@ that I don't quite understand. -->
<div class="grid-item">4</div>
</div>
<!-- Grid gap and auto-fit -->
<div
class="grid-container"
style="
grid-column-gap: 1px;
grid-template-columns: repeat(auto-fit, 48px);
">
<div class="grid-item">1</div>
</div>
<p>End of crash tests</p>
<!-- Different column sizes -->