From 44f701eb4d9fa12deddae8107c8ff8c56b7431a4 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 29 Aug 2024 23:14:19 +0530 Subject: [PATCH] feat: remove width --- src/components/molecules/InterpretationLog.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 87240871..ca31cff3 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -199,7 +199,6 @@ export const InterpretationLog = () => { sx={{ marginLeft: '10px', marginTop: '-8px', - width: '80px', '& input': { padding: '10px', },