Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit c4d907b

Browse files
committed
Merge pull request #3128 from adobe/cleanup-css-todo
Remove line-height: inherit from .CodeMirror pre since this is now in the core CodeMirror CSS
2 parents 20fe661 + e3f3a15 commit c4d907b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/styles/brackets_codemirror_override.less

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@
2020

2121
/* Brackets / CodeMirror Code Formatting */
2222

23-
/*
24-
* TODO This can be removed next time we update CodeMirror2.
25-
* Marijn made this change to codemirror.css, but I need it now
26-
* in order to make font resizing work.
27-
*/
2823
.CodeMirror pre {
29-
line-height: inherit;
3024
padding: 0 @code-padding;
3125
}
3226

0 commit comments

Comments
 (0)