From 52255651523e5951b15fd32cd448838b11ca899b Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 24 Feb 2014 23:28:34 +0100 Subject: [PATCH] Small style optimization --- wcfsetup/install/files/style/layout.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.20.1