Skip to content

Commit

Permalink
fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Nov 2, 2024
1 parent e2c5fef commit dbf94ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/lib/Editor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
display: grid;
grid-template-columns: 4rem 1fr;
grid-gap: 1rem;
padding: 1rem 0;
padding: 0.4rem 0;
font: var(--sk-font-mono);
}
Expand Down

0 comments on commit dbf94ed

Please sign in to comment.