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

Commit

Permalink
Merge pull request #833 from adobe/tvoliter/issue-735
Browse files Browse the repository at this point in the history
Adding comment to prevent issue #735
  • Loading branch information
redmunds committed May 9, 2012
2 parents f6a656b + 2a09e80 commit 856de22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/brackets_theme_default.less
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@
.code-font() {
color: @content-color;
pre {
// line-height must be specified in px not em because the code font and line number font sizes are different.
// Sizing via em will cause the code and line numbers to misalign
line-height: 15px;
}
}
Expand Down

0 comments on commit 856de22

Please sign in to comment.