Skip to content

Commit f8dbcdd

Browse files
committed
favour auto sizing
1 parent c619798 commit f8dbcdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Glance.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<style>
1616
.glance {
1717
display: grid;
18-
grid-template-columns: 60px 1fr;
18+
grid-template-columns: auto 1fr;
1919
align-items: start;
2020
gap: 1.25rem;
2121
}

0 commit comments

Comments
 (0)