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',