Skip to content

Commit dcf9f27

Browse files
committed
fix bug in foldgutter styling
1 parent b927f98 commit dcf9f27

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

client/styles/components/_editor.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,11 @@ pre.CodeMirror-line {
245245
background: transparent url(../images/exit.svg) no-repeat;
246246
}
247247

248+
.CodeMirror-foldgutter-open, .CodeMirror-foldgutter-folded {
249+
position: absolute;
250+
right: 100%;
251+
}
252+
248253
.CodeMirror-foldgutter-open:after {
249254
@include themify() {
250255
background-image: getThemifyVariable('codefold-icon-open');

0 commit comments

Comments
 (0)