fix note revisions not displaying content length

This commit is contained in:
zadam
2021-09-30 12:23:22 +02:00
parent af3fd61974
commit 26b89fc801
3 changed files with 18 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ const TPL = `<div class="mermaid-widget">
min-height: 200px;
border-bottom: 1px solid var(--main-border-color);
padding: 20px;
margin-bottom: 10px;
display: flex;
justify-content: space-around; /* centering rendered SVG */
flex-basis: 0;