浏览代码

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