We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0aae9 commit f43a0a9Copy full SHA for f43a0a9
web/src/pages/home/mods/CreateAppModal/index.tsx
@@ -251,7 +251,7 @@ const CreateAppModal = (props: {
251
{isOpen && !isLoading ? (
252
<Modal isOpen={isOpen} onClose={onClose}>
253
<ModalOverlay />
254
- <ModalContent maxW={"80%"} width={"auto"} minW={"500px"}>
+ <ModalContent maxW={"80%"} width={"auto"} minW={"500px"} m={"auto"}>
255
<ModalHeader>{title}</ModalHeader>
256
<ModalCloseButton />
257
0 commit comments