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

Commit 1cd8d9c

Browse files
authored
Merge pull request #12635 from petetnt/petetnt/no-code-padding
Remove code-padding from Codemirror pre's. Fixes #12630
2 parents 1b006e2 + ffed040 commit 1cd8d9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/brackets_codemirror_override.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232

3333
.show-line-padding .CodeMirror pre {
34-
padding-left: @code-padding;
34+
padding-left: 0;
3535
}
3636

3737
.CodeMirror-scroll {

0 commit comments

Comments
 (0)