Skip to content

Commit f43a0a9

Browse files
newfish-cmykmaslow
authored andcommitted
fix(web): adjust the margin of the createApp modal
1 parent ef0aae9 commit f43a0a9

File tree

1 file changed

+1
-1
lines changed
  • web/src/pages/home/mods/CreateAppModal

1 file changed

+1
-1
lines changed

web/src/pages/home/mods/CreateAppModal/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ const CreateAppModal = (props: {
251251
{isOpen && !isLoading ? (
252252
<Modal isOpen={isOpen} onClose={onClose}>
253253
<ModalOverlay />
254-
<ModalContent maxW={"80%"} width={"auto"} minW={"500px"}>
254+
<ModalContent maxW={"80%"} width={"auto"} minW={"500px"} m={"auto"}>
255255
<ModalHeader>{title}</ModalHeader>
256256
<ModalCloseButton />
257257

0 commit comments

Comments
 (0)