style: editor textwrap to wrap to prevent overflow
mellbacon committed
Nov 10, 2023 at 13:33 UTC
827aab3bac8f7212c6a0abb84247611b6e970a59
1 file changed
+1
src/lib/Editor.svelte
+1
@@ -215,6 +215,7 @@
215
}
216
:global(.cm-content) {
217
padding: 0 0 200px 0 !important;
218
+ text-wrap: wrap !important;
219
}
220
:global(.cm-lineNumbers), :global(.cm-gutterElement) {
221
min-width: 50px !important;