diff options
Diffstat (limited to 'tests/typ/layout/grid-3.typ')
| -rw-r--r-- | tests/typ/layout/grid-3.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/layout/grid-3.typ b/tests/typ/layout/grid-3.typ index 82472e55..6f7f6977 100644 --- a/tests/typ/layout/grid-3.typ +++ b/tests/typ/layout/grid-3.typ @@ -24,7 +24,7 @@ row-gutter: 10pt, column-gutter: (0pt, 10%), align(top, image("../../res/rhino.png")), - align(right, rect(width: 100%, fill: eastern)[LoL]), + align(top, rect(fill: eastern, align(right)[LoL])), [rofl], [\ A] * 3, [Ha!\ ] * 3, @@ -55,7 +55,7 @@ column-gutter: (0pt, 10%), [A], [B], [C], [D], grid(columns: 2, [A], [B], [C\ ]*3, [D]), - align(right, rect(width: 100%, fill: eastern)[LoL]), + align(top, rect(fill: eastern, align(right)[LoL])), [rofl], [E\ ]*4, ) |
