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

Commit

Permalink
Remove code-padding from Codemirror pre's. Fixes #12630
Browse files Browse the repository at this point in the history
Signed-off-by: petetnt <[email protected]>
  • Loading branch information
petetnt committed Jul 31, 2016
1 parent ed9edd3 commit ffed040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/brackets_codemirror_override.less
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}

.show-line-padding .CodeMirror pre {
padding-left: @code-padding;
padding-left: 0;
}

.CodeMirror-scroll {
Expand Down

0 comments on commit ffed040

Please sign in to comment.