Skip to content

Commit

Permalink
favour auto sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
andnorda committed Nov 26, 2024
1 parent c619798 commit f8dbcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Glance.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<style>
.glance {
display: grid;
grid-template-columns: 60px 1fr;
grid-template-columns: auto 1fr;
align-items: start;
gap: 1.25rem;
}
Expand Down

0 comments on commit f8dbcdd

Please sign in to comment.