Skip to content

Commit

Permalink
[webui] Don't set a line-height in CodeMirror styles.
Browse files Browse the repository at this point in the history
Depending on font settings, this would avoid cut off glyphs at
the expense of vertical screen estate.
  • Loading branch information
saschpe committed Jun 20, 2012
1 parent 5d1791e commit 18e71d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webui/public/stylesheets/cm2/suse.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.CodeMirror {
line-height: 1.1em;
font-family: monospace;
}

Expand Down

0 comments on commit 18e71d9

Please sign in to comment.