From: Marcel Werk Date: Mon, 24 Feb 2014 22:28:34 +0000 (+0100) Subject: Small style optimization X-Git-Tag: 2.0.3~13 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=52255651523e5951b15fd32cd448838b11ca899b;p=GitHub%2FWoltLab%2FWCF.git Small style optimization --- diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index a26e0415a2..b00e983506 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -2306,7 +2306,7 @@ This is a dirty fix for a broken gutter / line number width calculation in Inter see: http://beta.woltlab.com/index.php/Thread/3874-Kosmetik-Darstellungsfehler-IE10-Stil-bearbeiten/?postID=32177#post32177 */ .CodeMirror-linenumber { - min-width: 30px !important; + min-width: 32px !important; } /* More line height for better readability */