Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 0896934

Browse files
authored
Svelte: add gap between line numbers and content (#62156)
1 parent 3623ecb commit 0896934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/web-sveltekit/src/lib/CodeMirrorBlob.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
color: 'var(--line-number-color)',
6262
},
6363
'.cm-line': {
64-
paddingLeft: '0',
64+
paddingLeft: '1ex',
6565
},
6666
'.selected-line': {
6767
backgroundColor: 'var(--code-selection-bg)',

0 commit comments

Comments
 (0)