From 6dee1e7c064b4d5ac96f6f4f01b2613a1919c065 Mon Sep 17 00:00:00 2001 From: Alyssa Wang Date: Fri, 12 May 2023 10:54:37 -0400 Subject: [PATCH] FI-1979 Small adjustment to flex model on suite options (#358) * adjust flex styles * remove padding --------- Co-authored-by: Alyssa Wang --- .../SuiteOptionsPage/SuiteOptionsPage.tsx | 34 +++++++++---------- .../components/SuiteOptionsPage/styles.tsx | 1 + 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/client/src/components/SuiteOptionsPage/SuiteOptionsPage.tsx b/client/src/components/SuiteOptionsPage/SuiteOptionsPage.tsx index 73cb2aeff..dce545416 100644 --- a/client/src/components/SuiteOptionsPage/SuiteOptionsPage.tsx +++ b/client/src/components/SuiteOptionsPage/SuiteOptionsPage.tsx @@ -151,36 +151,36 @@ const SuiteOptionsPage: FC = ({ testSuite }) => { maxHeight="100vh" role="main" > - {/* Title */} - - - {testSuite?.title} - - - - {/* Description */} + {/* Title */} + + + {testSuite?.title} + + + {/* Description */} ({ flexDirection: 'column', padding: '16px 0', borderRadius: '16px', + height: '100%', }, }));