From 36d9008fe58d1f09852153c49d739e5e4227682b Mon Sep 17 00:00:00 2001 From: chris <kokosias@yahoo.gr> Date: Sat, 22 Apr 2017 23:17:20 +0300 Subject: [PATCH] width of notes pane --- app/components/SimpleEditor/panes/Notes/notes.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/SimpleEditor/panes/Notes/notes.scss b/app/components/SimpleEditor/panes/Notes/notes.scss index e8c3324..d9d2cc7 100644 --- a/app/components/SimpleEditor/panes/Notes/notes.scss +++ b/app/components/SimpleEditor/panes/Notes/notes.scss @@ -10,7 +10,7 @@ $light-blue: #e4f0ff; max-height: 700px; min-height: 10px; position: fixed; - width: 67.4%; + width: 68.4%; z-index: 0; .resize-area { -- GitLab