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;
 `;