fix bottom margin/padding styling in tooltip

This commit is contained in:
zadam
2021-04-07 21:21:06 +02:00
parent e7909d25c6
commit 2f58b6b3c8
2 changed files with 6 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ async function getRenderedContent(note, options = {}) {
);
}
else {
$renderedContent.append($("<em>Content of this note cannot be displayed in the book format</em>"));
$renderedContent.append($("<p><em>Content of this note cannot be displayed in the book format</em></p>"));
}
$renderedContent.addClass(note.getCssClass());