Skip to content

Commit

Permalink
fix: split matching tags in light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Nov 30, 2024
1 parent 37cb11a commit c5f8b27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/styles/brackets_codemirror_override.less
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,10 @@ div.CodeMirror-cursors {
}
}

.CodeMirror-matchingtag { background: @matching-bracket; }
.CodeMirror-matchingtag {
background: @matching-bracket;
display: inline-block;
}
}

/*
Expand Down

0 comments on commit c5f8b27

Please sign in to comment.