mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-20 19:10:49 +08:00
This commit is contained in:
parent
b4a08dcf56
commit
cd8d94ae8b
@ -113,5 +113,5 @@ export const genBreadcrumb = (blockPaths: IBreadcrumb[], renderFirst = false) =>
|
||||
html += '<svg class="protyle-breadcrumb__arrow"><use xlink:href="#iconRight"></use></svg>';
|
||||
}
|
||||
});
|
||||
return `<div contenteditable="false" class="protyle-breadcrumb__bar protyle-breadcrumb__bar--nowrap">${html}</div>`;
|
||||
return `<div contenteditable="false" style="margin-bottom: 8px" class="protyle-breadcrumb__bar protyle-breadcrumb__bar--nowrap">${html}</div>`;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user