소스 검색

fix modal width

AykutSarac 2 년 전
부모
커밋
42667f7268
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/Modal/styles.tsx

+ 1 - 0
src/components/Modal/styles.tsx

@@ -24,6 +24,7 @@ export const ModalWrapper = styled.div`
 
 export const ModalInnerWrapper = styled.div`
   min-width: 440px;
+  max-width: 70%;
   width: fit-content;
   animation: ${appearAnimation} 220ms ease-in-out;
 `;