diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index ca31cff3..c43fee05 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -198,7 +198,7 @@ export const InterpretationLog = () => { placeholder="Enter number" sx={{ marginLeft: '10px', - marginTop: '-8px', + marginTop: '-3px', '& input': { padding: '10px', },