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%', }, }));