Skip to content

Commit e6989ef

Browse files
committed
maint: Add but don't use code-editor.scss which should show line-numbers but is not working yet.
1 parent 8228097 commit e6989ef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/code-editor.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.codejar-linenumbers {
2+
font-family: monospace !important;
3+
font-size: 1em !important;
4+
text-align: left !important;
5+
line-height: 1.5 !important;
6+
padding: 1em !important;
7+
margin: 0.5em 0 !important;
8+
overflow: auto !important;
9+
}

0 commit comments

Comments
 (0)