From c6290eca5bea803d04f7c048ff5960b8db371fe2 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sun, 20 Oct 2024 21:01:08 +0530 Subject: [PATCH] feat: change width, remove bottom:0 --- src/components/molecules/InterpretationLog.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 80026eab..c8ff22db 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -124,8 +124,7 @@ export const InterpretationLog: React.FC = ({ isOpen, se background: '#ff00c3', border: 'none', padding: '10px 20px', - width: 'calc(100% - 25%)', - bottom: 0, + width: '900px', overflow: 'hidden', textAlign: 'left', justifyContent: 'flex-start',