From 6022063877fda08520526020d7ab55d681fab40b Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 26 Aug 2024 20:20:08 +0530 Subject: [PATCH] feat: use flex-start --- .../molecules/InterpretationLog.tsx | 33 ++++++++++--------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index b63ad91d..76a73b5e 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -171,22 +171,25 @@ export const InterpretationLog = () => { -
- - -

What is the maximum number of rows you want to extract?

-
- - } label="10" /> - } label="100" /> - } label="Custom" /> - -
-
-

Additional Options

- -
+
+ + +

What is the maximum number of rows you want to extract?

+
+ + } label="10" /> + } label="100" /> + } label="Custom" /> + +
+ +
+

Additional Options

+
+
) : null }