Skip to content

Commit

Permalink
[webui] reset the line-height to normal for code editor
Browse files Browse the repository at this point in the history
for some reason we inherit <p>'s 150% otherwise and it looks really spacy
  • Loading branch information
coolo committed Oct 2, 2012
1 parent 45e0c3c commit 13baf46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webui/app/assets/stylesheets/cm2/suse.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
}
.CodeMirror-lines {
padding: .4em;
line-height: normal;
}

.CodeMirror pre {
Expand Down

0 comments on commit 13baf46

Please sign in to comment.