fix: left align glossary entries #76

Merged
servostar merged 1 commits from fix/centered-glossary into main 2024-11-20 09:36:13 +00:00
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(", ")
}
],
]),
)
]
}