Skip to content

Commit 94b2e75

Browse files
committed
fix: split matching tags in light theme
1 parent 37cb11a commit 94b2e75

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/styles/brackets_codemirror_override.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,10 @@ div.CodeMirror-cursors {
271271
}
272272
}
273273

274-
.CodeMirror-matchingtag { background: @matching-bracket; }
274+
.CodeMirror-matchingtag {
275+
background: @matching-bracket;
276+
display: inline-block;
277+
}
275278
}
276279

277280
/*

0 commit comments

Comments
 (0)