From 3060be023e79067dfe43cc42681e10d3bbe20b55 Mon Sep 17 00:00:00 2001 From: Icaro Motta Date: Thu, 1 Sep 2022 11:53:21 -0300 Subject: [PATCH] Let the preview area extend to the max width available --- src/quo2/screens/notifications/activity_logs.cljs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/quo2/screens/notifications/activity_logs.cljs b/src/quo2/screens/notifications/activity_logs.cljs index ef7cd2ab0a..7e2c77eff1 100644 --- a/src/quo2/screens/notifications/activity_logs.cljs +++ b/src/quo2/screens/notifications/activity_logs.cljs @@ -146,9 +146,9 @@ (= (:context @state) :complex-user-action) (assoc :context complex-user-action))] - [rn/view {:margin-bottom 50 - :padding 16} - [rn/view {:flex 1} + [rn/view {:margin-bottom 50} + [rn/view {:flex 1 + :padding 16} [preview/customizer state descriptor]] [rn/view {:background-color colors/neutral-95-opa-80 :flex-direction :row