From b12858ea5078397bca91373557d6c102ec0e9336 Mon Sep 17 00:00:00 2001 From: Rocio Perez-Cano Date: Wed, 15 May 2024 18:37:40 -0400 Subject: [PATCH] Fix styles for split preview --- src/components/MoneyRequestConfirmationList.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/MoneyRequestConfirmationList.tsx b/src/components/MoneyRequestConfirmationList.tsx index 5ffd9beda6fe..33f1258e60c7 100755 --- a/src/components/MoneyRequestConfirmationList.tsx +++ b/src/components/MoneyRequestConfirmationList.tsx @@ -1233,6 +1233,7 @@ function MoneyRequestConfirmationList({ shouldPreventDefaultFocusOnSelectRow footerContent={footerContent} listFooterContent={listFooterContent} + containerStyle={[styles.flexBasisAuto]} /> ); }