Added better line-height
authorMatthias Kittsteiner <mk@kittblog.com>
Mon, 25 Nov 2013 13:54:57 +0000 (14:54 +0100)
committerMatthias Kittsteiner <mk@kittblog.com>
Mon, 25 Nov 2013 13:54:57 +0000 (14:54 +0100)
@see http://beta.woltlab.com/index.php/Thread/2248-CodeMirror-mehr-line-height/

wcfsetup/install/files/style/layout.less

index 9c33bc1f8b5958e276e22a21c744d3e2be0526f7..a5c3281121765b959b82325e3db5a400c54f9cbb 100644 (file)
@@ -2302,6 +2302,11 @@ see: http://beta.woltlab.com/index.php/Thread/3874-Kosmetik-Darstellungsfehler-I
        min-width: 30px !important;
 }
 
+/* More line height for better readability */
+.CodeMirror-lines {
+       line-height: 1.2;
+}
+
 /* twitter timeline on ACP index */
 #news-twitter-timeline > iframe {
        width: 100%;