diff --git a/src/components/AppSidebar/NotesItem.vue b/src/components/AppSidebar/NotesItem.vue index 03b814141..d21862eee 100644 --- a/src/components/AppSidebar/NotesItem.vue +++ b/src/components/AppSidebar/NotesItem.vue @@ -172,7 +172,7 @@ export default { background: none repeat scroll 0 0 transparent; border: medium none; line-height: 26px; - padding: 0; + padding: 0 !important; white-space: pre-wrap; word-wrap: break-word; } @@ -223,6 +223,10 @@ export default { text-decoration: underline; } + p { + margin-bottom: 26px; + } + s { text-decoration: line-through; }