diff --git a/client/styles/components/_editor.scss b/client/styles/components/_editor.scss index 2ee39f78..732ec841 100644 --- a/client/styles/components/_editor.scss +++ b/client/styles/components/_editor.scss @@ -245,6 +245,11 @@ pre.CodeMirror-line { background: transparent url(../images/exit.svg) no-repeat; } +.CodeMirror-foldgutter-open, .CodeMirror-foldgutter-folded { + position: absolute; + right: 100%; +} + .CodeMirror-foldgutter-open:after { @include themify() { background-image: getThemifyVariable('codefold-icon-open');