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