diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-09-02 20:43:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-02 18:43:59 +0000 |
| commit | cfde809feb33bc057e860c5128c74fb9df6f030c (patch) | |
| tree | 5b367da382b9dab2840ce99ec05bad03f3039168 /tests/suite/layout/grid | |
| parent | 9fd796e0e24ef9a76f8f7328e0a1eed350e91320 (diff) | |
New realization / Text show rules now work across elements (#4876)
Diffstat (limited to 'tests/suite/layout/grid')
| -rw-r--r-- | tests/suite/layout/grid/grid.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/suite/layout/grid/grid.typ b/tests/suite/layout/grid/grid.typ index 2d45095d..d35adca5 100644 --- a/tests/suite/layout/grid/grid.typ +++ b/tests/suite/layout/grid/grid.typ @@ -184,8 +184,8 @@ Top #align(bottom)[ Bottom \ - Bottom \ - #v(0pt) + Bottom + Top ] ], |
