highlight everything

This commit is contained in:
ParkerTenBroeck 2026-01-14 14:07:06 -05:00
parent 794ac8cdd8
commit bffa67069d
10 changed files with 155 additions and 159 deletions

View file

@ -5,6 +5,14 @@
.editor {
height: 100%;
width: 100%;
}
.cm-lineWrapping{
word-break: keep-all!important;
word-wrap: normal!important;
white-space: nowrap!important;
overflow-wrap: normal!important;
}
.cm-scroller {

View file

@ -8,7 +8,6 @@
white-space: pre-wrap;
word-break: break-word;
height: 100%;
width: 100%;
overflow-y: auto;
overflow-x: auto;
}