link overflowing with ellipsis

This commit is contained in:
zadam
2021-10-10 14:34:54 +02:00
parent f0c672445d
commit f6776df645
2 changed files with 7 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ async function getRenderedContent(note, options = {}) {
}
else {
$renderedContent.css("padding", "10px");
$renderedContent.addClass("text-with-ellipsis");
let childNoteIds = note.getChildNoteIds();