From 79638d4bbdc140a8dca0ccfdf70ffd607d5da251 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 16 Nov 2021 12:47:14 +0100 Subject: Don't wrap already layoutable nodes into flows/pars unnecessarily --- tests/typ/layout/grid-4.typ | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/typ/layout/grid-4.typ') diff --git a/tests/typ/layout/grid-4.typ b/tests/typ/layout/grid-4.typ index 02ac0486..d6aa6358 100644 --- a/tests/typ/layout/grid-4.typ +++ b/tests/typ/layout/grid-4.typ @@ -15,10 +15,10 @@ #grid( columns: (1fr,) * 4, rows: (1cm,), - rect(width: 50%, height: 100%, fill: conifer), - rect(width: 50%, height: 100%, fill: forest), - rect(width: 50%, height: 100%, fill: conifer), - rect(width: 50%, height: 100%, fill: forest), + rect(width: 50%, fill: conifer), + rect(width: 50%, fill: forest), + rect(width: 50%, fill: conifer), + rect(width: 50%, fill: forest), ) --- -- cgit v1.2.3