From 214615df223a3c23e1f8b79e286a1d99d9ce9099 Mon Sep 17 00:00:00 2001 From: Alex Benzer Date: Mon, 8 Dec 2025 12:16:07 -0800 Subject: [PATCH] Fix issue where empty state message is not centered (#9501) --- src/components/Lists.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/Lists.tsx b/src/components/Lists.tsx index 24dc0017a4..2bcbf11c7a 100644 --- a/src/components/Lists.tsx +++ b/src/components/Lists.tsx @@ -192,7 +192,9 @@ let ListMaybePlaceholder = ({ if (useEmptyState) { return ( - + - + ) }