Skip to content

Commit

Permalink
fix: indent guides gaps when setting custom lineheight like 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Nov 22, 2024
1 parent 2e4edb8 commit 3c00d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/extensions/default/DarkTheme/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
.CodeMirror-matchingtag {
/* Ensure visibility against gray inline editor background */
background-color: @matching-tags;
display: inline-block;
}

.CodeMirror-overwrite .CodeMirror-cursor {
Expand Down
1 change: 1 addition & 0 deletions src/styles/brackets_codemirror_override.less
Original file line number Diff line number Diff line change
Expand Up @@ -293,4 +293,5 @@ span.cm-emstrong {
position: relative;
background-repeat: repeat-y;
background-image: url('images/indent-guide-line.svg');
display: inline-block;
}

0 comments on commit 3c00d6b

Please sign in to comment.