diff --git a/client/components/codeEditor/codeEditor.less b/client/components/codeEditor/codeEditor.less index 6415753ae..5fba31f08 100644 --- a/client/components/codeEditor/codeEditor.less +++ b/client/components/codeEditor/codeEditor.less @@ -19,6 +19,10 @@ font-family: monospace; height: 100%; width:100%; + + .cm-content { + tab-size:2 !important; + } @media screen and (pointer: coarse) { font-size: 16px;