fix: left align glossary entries (#73)
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 1m52s Details

This commit is contained in:
Sven Vogel 2024-11-20 10:32:48 +01:00
parent 4df961b5e3
commit 4d1bbcab53
1 changed files with 3 additions and 2 deletions

View File

@ -199,7 +199,8 @@ SOFTWARE.*/
#block(
below: 1.5em,
par(hanging-indent: 1em)[
width: 100%,
par(hanging-indent: 1em, align(left)[
#text(weight: "bold", entry.short)
#if hasLong and hasDesc [
(#text(entry.long))
@ -238,7 +239,7 @@ SOFTWARE.*/
)
.join(", ")
}
],
]),
)
]
}