fix: left align glossary entries (#73)
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 1m52s
Details
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 1m52s
Details
This commit is contained in:
parent
4df961b5e3
commit
4d1bbcab53
|
@ -199,7 +199,8 @@ SOFTWARE.*/
|
||||||
|
|
||||||
#block(
|
#block(
|
||||||
below: 1.5em,
|
below: 1.5em,
|
||||||
par(hanging-indent: 1em)[
|
width: 100%,
|
||||||
|
par(hanging-indent: 1em, align(left)[
|
||||||
#text(weight: "bold", entry.short)
|
#text(weight: "bold", entry.short)
|
||||||
#if hasLong and hasDesc [
|
#if hasLong and hasDesc [
|
||||||
(#text(entry.long))
|
(#text(entry.long))
|
||||||
|
@ -238,7 +239,7 @@ SOFTWARE.*/
|
||||||
)
|
)
|
||||||
.join(", ")
|
.join(", ")
|
||||||
}
|
}
|
||||||
],
|
]),
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue