mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 00:35:50 +01:00
fix bottom margin/padding styling in tooltip
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user