Skip to content

Commit

Permalink
fix: left align glossary entries (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
Servostar committed Nov 20, 2024
1 parent 4df961b commit 4d1bbca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/glossarium.typ
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -238,7 +239,7 @@ SOFTWARE.*/
)
.join(", ")
}
],
]),
)
]
}
Expand Down

0 comments on commit 4d1bbca

Please sign in to comment.