diff options
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(), ) |
