mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:37:44 +00:00
Base: Add test for grid-gap and auto-fit
This commit is contained in:
parent
35094fc744
commit
70559e9d14
1 changed files with 10 additions and 0 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue