From f3495281fe45092bb185e00e1a7f7f3e61cb15ac Mon Sep 17 00:00:00 2001 From: v1r0x Date: Tue, 24 May 2016 21:39:59 +0200 Subject: [PATCH] fill empty note space with content div, small other improvements --- css/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 019033a..75e7523 100644 --- a/css/style.css +++ b/css/style.css @@ -20,6 +20,10 @@ /*width: 100%;*/ } +.note-active #content-editable { + margin-bottom: 60px; +} + .icon-delete-note { float: right; position: absolute; @@ -119,8 +123,8 @@ } #content-editable { - min-height: 20px; - padding-bottom: 60px; + min-height: 50px; + word-wrap: break-word; } .note-options {