From 8a3bae4c30f6e64cce017eeb590d6cf8b492cb2b Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 14 Jun 2023 13:31:10 -0700 Subject: [PATCH] fix(mobile): bottom section not filling width. Closes #3073 --- web/components/ui/Content/Content.tsx | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/web/components/ui/Content/Content.tsx b/web/components/ui/Content/Content.tsx index e26df480b..b1a303619 100644 --- a/web/components/ui/Content/Content.tsx +++ b/web/components/ui/Content/Content.tsx @@ -262,16 +262,18 @@ export const Content: FC = () => { {isMobile ? ( - + + + ) : (