feat: v4.2 - garant v editoru+PDF, footnote index v bloků, stránka s poznámkami
Some checks failed
Build & Push Docker / build (push) Has been cancelled

This commit is contained in:
2026-02-20 17:43:19 +01:00
parent 6c4ca5e9be
commit feb75219a7
6 changed files with 190 additions and 17 deletions

View File

@@ -912,3 +912,14 @@ body {
color: var(--text-light);
white-space: nowrap;
}
/* Responsible in block */
.block-responsible {
font-size: 9px;
opacity: 0.75;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 1.1;
font-style: italic;
}