From 31793370c0503f1d9dffdae134dcfc7a7149a18a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Mon, 31 Mar 2014 16:34:35 +0200 Subject: [PATCH] editor: wider visual editor sidebar --- src/editor/modules/rng/editingLayout.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/editor/modules/rng/editingLayout.less b/src/editor/modules/rng/editingLayout.less index 19d165f..0f5254a 100644 --- a/src/editor/modules/rng/editingLayout.less +++ b/src/editor/modules/rng/editingLayout.less @@ -75,12 +75,12 @@ [fnpjs-place="leftColumn"] { left:0; - right: 320px; + right: 360px; } [fnpjs-place="rightColumn"] { right: 0px; - width: 250px; + width: 290px; } -- 2.20.1