From 5469b58cb7a8a8a7c69b4462ff5c458d522110df Mon Sep 17 00:00:00 2001 From: azivner Date: Mon, 21 Aug 2017 21:05:23 -0400 Subject: [PATCH] p (created when pressing enter) now looks similar to br (created in notecase2html) --- static/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/style.css b/static/style.css index e5a9baf10..828695a55 100644 --- a/static/style.css +++ b/static/style.css @@ -18,4 +18,9 @@ color: white; padding: 5px; border-radius: 10px; +} + +.note-editable p { + padding: 0; + margin: 0; } \ No newline at end of file