From 1ba1f28006e543fa0b609aece2bc39378bda0d2c Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 30 Jan 2021 20:07:56 +0100 Subject: [PATCH] let's try "display: flex" fix for the include note positioning bug, #1590 --- src/public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index d23c15a6e..1fbb42024 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -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 */