From 608071df08e4ff21799ca55debe1dc5a68848cef Mon Sep 17 00:00:00 2001 From: benmcmahon100 Date: Sat, 1 Aug 2015 20:01:47 +0100 Subject: [PATCH] added a width to make the scrolling editor look nice --- public/css/main.less | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/main.less b/public/css/main.less index 73bbb1f589..68ffd44dc0 100644 --- a/public/css/main.less +++ b/public/css/main.less @@ -735,6 +735,7 @@ form.code span { #mainEditorPanel { height: 100%; + width: 99%; } .big-error-icon {