diff --git a/src/components/main/ExcelValue.tsx b/src/components/main/ExcelValue.tsx index 2745872..0f62843 100644 --- a/src/components/main/ExcelValue.tsx +++ b/src/components/main/ExcelValue.tsx @@ -7,6 +7,7 @@ const ExcelValue = ({ value }: { value: string }) => { return ( setInput(e.target.value)} @@ -22,7 +23,6 @@ const Wrapper = styled.td` background: ${({ theme }) => theme.colors.WHITE}; > input { - width: 100%; height: 100%; border: none; font-size: 16px;