Showing
1 changed file
with
6 additions
and
0 deletions
@@ -47,3 +47,9 @@ | @@ -47,3 +47,9 @@ | ||
47 | <div ref="javaEditorElRef" class="w-full h-full min-h-96"></div> | 47 | <div ref="javaEditorElRef" class="w-full h-full min-h-96"></div> |
48 | </BasicModal> | 48 | </BasicModal> |
49 | </template> | 49 | </template> |
50 | + | ||
51 | +<style> | ||
52 | + .ace-github .ace_print-margin { | ||
53 | + width: 0; | ||
54 | + } | ||
55 | +</style> |