From cb526fa3532bc14edc22637010b27fb689855e10 Mon Sep 17 00:00:00 2001 From: Francois Laithier Date: Tue, 23 Dec 2025 12:55:09 -0800 Subject: [PATCH 1/2] Revert style change that causes rows to overlap or get truncated This partially reverts commit 86f4771263bfa566177301dfdaa363303b5cf191 to fix the row height causing components to overlap --- src/components/MessagesRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MessagesRow.tsx b/src/components/MessagesRow.tsx index 652b97c1e905..dbd2631b286d 100644 --- a/src/components/MessagesRow.tsx +++ b/src/components/MessagesRow.tsx @@ -49,7 +49,7 @@ function MessagesRow({messages = {}, type, onDismiss = () => {}, containerStyles } return ( - + Date: Tue, 23 Dec 2025 13:36:29 -0800 Subject: [PATCH 2/2] Apply review suggestion https://github.com/Expensify/App/pull/78408/changes#r2644282931 --- .../WorkspaceCompanyCardsTableItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/workspace/companyCards/WorkspaceCompanyCardsTable/WorkspaceCompanyCardsTableItem.tsx b/src/pages/workspace/companyCards/WorkspaceCompanyCardsTable/WorkspaceCompanyCardsTableItem.tsx index 5ae5f761cd4d..99176bdc5ea8 100644 --- a/src/pages/workspace/companyCards/WorkspaceCompanyCardsTable/WorkspaceCompanyCardsTableItem.tsx +++ b/src/pages/workspace/companyCards/WorkspaceCompanyCardsTable/WorkspaceCompanyCardsTableItem.tsx @@ -126,7 +126,7 @@ function WorkspaceCompanyCardTableItem({ return (