From 2445f698ace07ae4bcc182547b14320046e3cb4c Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 21:53:57 +0530 Subject: [PATCH] feat: reduce top bottom padding --- src/components/molecules/InterpretationLog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 2be7d99f..e6b6537a 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -123,7 +123,7 @@ export const InterpretationLog: React.FC = ({ isOpen, se position: 'fixed', background: '#ff00c3', border: 'none', - padding: '30px 20px', + padding: '10px 20px', width: 'calc(100% - 25%)', bottom: 0, overflow: 'hidden',