diff options
Diffstat (limited to 'tests/typ/layout')
| -rw-r--r-- | tests/typ/layout/grid-3.typ | 2 | ||||
| -rw-r--r-- | tests/typ/layout/stack-1.typ | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/typ/layout/grid-3.typ b/tests/typ/layout/grid-3.typ index af971875..82472e55 100644 --- a/tests/typ/layout/grid-3.typ +++ b/tests/typ/layout/grid-3.typ @@ -23,7 +23,7 @@ columns: 4 * (1fr,), row-gutter: 10pt, column-gutter: (0pt, 10%), - image("../../res/rhino.png"), + align(top, image("../../res/rhino.png")), align(right, rect(width: 100%, fill: eastern)[LoL]), [rofl], [\ A] * 3, diff --git a/tests/typ/layout/stack-1.typ b/tests/typ/layout/stack-1.typ index 42a0137d..2fbe22e3 100644 --- a/tests/typ/layout/stack-1.typ +++ b/tests/typ/layout/stack-1.typ @@ -17,7 +17,6 @@ #page(width: 50pt, margins: 0pt) #stack(dir: btt, ..items) -#pagebreak() --- // Test spacing. |
