Skip to content

Commit 561a01c

Browse files
fix: keep note rendering consistent with editor (#3066)
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
1 parent 32b2b5e commit 561a01c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/AppSidebar/NotesItem.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export default {
172172
background: none repeat scroll 0 0 transparent;
173173
border: medium none;
174174
line-height: 26px;
175-
padding: 0;
175+
padding: 0 !important;
176176
white-space: pre-wrap;
177177
word-wrap: break-word;
178178
}
@@ -223,6 +223,10 @@ export default {
223223
text-decoration: underline;
224224
}
225225
226+
p {
227+
margin-bottom: 26px;
228+
}
229+
226230
s {
227231
text-decoration: line-through;
228232
}

0 commit comments

Comments
 (0)