diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-21 16:19:46 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-21 16:19:46 +0100 |
| commit | 31f904a2c406953cbce334e02b37a712b9b9d016 (patch) | |
| tree | c23f6e063864d97afb9b3d58c10ce4c2877106c5 /tests/typ/basics | |
| parent | 4af7b9118c5ce612b3d9d7dd06118ce23b731d9c (diff) | |
Split up and document shapes
Diffstat (limited to 'tests/typ/basics')
| -rw-r--r-- | tests/typ/basics/desc.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/basics/desc.typ b/tests/typ/basics/desc.typ index 8147b400..a638098b 100644 --- a/tests/typ/basics/desc.typ +++ b/tests/typ/basics/desc.typ @@ -39,7 +39,7 @@ No: list \ // Test grid like show rule. #show desc: it => table( columns: 2, - padding: 3pt, + inset: 3pt, ..it.items.map(item => (emph(item(0)), item(1))).flatten(), ) |
