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

Commit 44487b7

Browse files
committed
Merge pull request #11964 from petetnt/petetnt/indent-fix
Port missing piece of the indent-wrap hack from Codemirror. Fixes #11963
2 parents fa4e6c5 + ab8cb52 commit 44487b7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/styles/brackets_codemirror_override.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424

2525
.CodeMirror pre {
2626
padding: 0 @code-padding 0 0;
27+
28+
> * {
29+
text-indent: 0px;
30+
}
2731
}
2832

2933
.show-line-padding .CodeMirror pre {

0 commit comments

Comments
 (0)