let's try "display: flex" fix for the include note positioning bug, #1590

This commit is contained in:
zadam 2021-01-30 20:07:56 +01:00
parent 6b306ac426
commit 1ba1f28006

View File

@ -735,7 +735,7 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href
padding: 10px;
border-radius: 10px;
background-color: var(--accented-background-color);
clear: both;
display: flex; /* see https://github.com/zadam/trilium/issues/1590 */
}
.include-note.ck-placeholder::before { /* remove placeholder in otherwise empty note */