Skip to content

Commit

Permalink
Fix wrong height of left gutter in editor view (displaying text lines)
Browse files Browse the repository at this point in the history
  • Loading branch information
saschpe committed Nov 9, 2012
1 parent e9a6e0b commit 7f67a79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/webui/app/assets/stylesheets/cm2/suse.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
text-align: right;
padding: .4em .2em .4em .4em;
white-space: pre !important;
/* gutter-text should have same height as CodeMirror-lines */
line-height: normal;
}
.CodeMirror-lines {
padding: .4em;
Expand Down

0 comments on commit 7f67a79

Please sign in to comment.