AykutSarac 2 éve
szülő
commit
42667f7268
1 módosított fájl, 1 hozzáadás és 0 törlés
  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;
 `;