Skip to content

Commit 0a34175

Browse files
committed
refactor(samples): set grid-template-rows for auto sizing
1 parent c3bb203 commit 0a34175

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
:host {
22
display: grid;
33
gap: var(--demos-gap);
4+
grid-template-rows: auto 1fr;
45
height: 100%;
56
align-items: start;
67
}

0 commit comments

Comments
 (0)