From 4eeef41ed44495905d7c83281909a5a00c3f0521 Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Mon, 13 Mar 2023 11:52:00 +0100 Subject: [PATCH] :bug: Fix flex layout gaps showing for nested items --- frontend/src/app/main/ui/measurements.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/measurements.cljs b/frontend/src/app/main/ui/measurements.cljs index 64250d7d3..dd2d0dbc4 100644 --- a/frontend/src/app/main/ui/measurements.cljs +++ b/frontend/src/app/main/ui/measurements.cljs @@ -692,7 +692,7 @@ :row-gap (if flip-y true false)} objects (wsh/lookup-page-objects @st/state) - children (->> (cph/get-children objects frame-id) + children (->> (cph/get-immediate-children objects frame-id) (remove :layout-item-absolute) (remove :hidden))