diff --git a/src/glossarium.typ b/src/glossarium.typ index d4ceedb..2da8c9d 100644 --- a/src/glossarium.typ +++ b/src/glossarium.typ @@ -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(", ") } - ], + ]), ) ] }