Skip to content

Commit

Permalink
fix(web): adjust the margin of the createApp modal
Browse files Browse the repository at this point in the history
  • Loading branch information
newfish-cmyk authored and maslow committed Jun 1, 2023
1 parent ef0aae9 commit f43a0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/home/mods/CreateAppModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ const CreateAppModal = (props: {
{isOpen && !isLoading ? (
<Modal isOpen={isOpen} onClose={onClose}>
<ModalOverlay />
<ModalContent maxW={"80%"} width={"auto"} minW={"500px"}>
<ModalContent maxW={"80%"} width={"auto"} minW={"500px"} m={"auto"}>
<ModalHeader>{title}</ModalHeader>
<ModalCloseButton />

Expand Down

0 comments on commit f43a0a9

Please sign in to comment.