diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-04-30 14:12:28 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-04-30 14:12:28 +0200 |
| commit | f9e115daf54c29358f890b137f50a33a781af680 (patch) | |
| tree | 496de52246629ea8039db6beea94eb779ed2851d /tests/typ/structure/enum.typ | |
| parent | f7c67cde72e6a67f45180856b332bae9863243bd (diff) | |
New block spacing model
Diffstat (limited to 'tests/typ/structure/enum.typ')
| -rw-r--r-- | tests/typ/structure/enum.typ | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/typ/structure/enum.typ b/tests/typ/structure/enum.typ index c4d178ce..b1045ee2 100644 --- a/tests/typ/structure/enum.typ +++ b/tests/typ/structure/enum.typ @@ -39,7 +39,8 @@ // Test label closure. #enum( start: 4, - spacing: -3pt, + spacing: 0.65em - 3pt, + tight: false, label: n => text(fill: (red, green, blue)(mod(n, 3)), [#upper(letter(n))]), [Red], [Green], [Blue], ) |
