diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index a3d1e88e..6b5d5597 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -114,7 +114,7 @@ export const InterpretationLog: React.FC = ({ isOpen, se position: 'fixed', background: '#3f4853', border: 'none', - padding: '10px 20px', + padding: '30px 20px', width: '100%', textAlign: 'left', bottom: 0,