diff options
Diffstat (limited to 'tests/typ/layout')
| -rw-r--r-- | tests/typ/layout/stack-1.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/layout/stack-1.typ b/tests/typ/layout/stack-1.typ index 0ecbe246..6a884667 100644 --- a/tests/typ/layout/stack-1.typ +++ b/tests/typ/layout/stack-1.typ @@ -42,9 +42,9 @@ --- // Test aligning things in RTL stack with align function & fr units. #set page(width: 50pt, margins: 5pt) +#set block(spacing: 5pt) #set text(8pt) #stack(dir: rtl, 1fr, [A], 1fr, [B], [C]) -#v(5pt) #stack(dir: rtl, align(center, [A]), align(left, [B]), |
