Skip to content

Commit 3c00d6b

Browse files
committed
fix: indent guides gaps when setting custom lineheight like 1.5
1 parent 2e4edb8 commit 3c00d6b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/extensions/default/DarkTheme/main.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
.CodeMirror-matchingtag {
9797
/* Ensure visibility against gray inline editor background */
9898
background-color: @matching-tags;
99+
display: inline-block;
99100
}
100101

101102
.CodeMirror-overwrite .CodeMirror-cursor {

src/styles/brackets_codemirror_override.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,5 @@ span.cm-emstrong {
293293
position: relative;
294294
background-repeat: repeat-y;
295295
background-image: url('images/indent-guide-line.svg');
296+
display: inline-block;
296297
}

0 commit comments

Comments
 (0)