Skip to content

Commit

Permalink
fix: correction in the ModalForm responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Franqsanz committed Jan 24, 2024
1 parent 4c48287 commit ea2b26f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/components/ModalForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function ModalForm({
isOpen={isOpen}
onClose={onClose}
closeOnOverlayClick={false}
size={{ base: 'sm', md: '4xl' }}
size={{ base: 'xs', lg: '4xl', md: '2xl' }}
>
<ModalOverlay backdropFilter='blur(7px)' />
<ModalContent overflow='hidden'>
Expand Down
7 changes: 1 addition & 6 deletions src/components/forms/FormEdit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -290,12 +290,7 @@ export function FormEdit({

return (
<>
<Flex
align='center'
justify='center'
direction='column'
p={{ base: 3, md: 0 }}
>
<Flex align='center' justify='center' direction='column'>
<Box w='full' maxWidth='800px'>
<Box mb='5' fontSize='md'>
Los campos con el{' '}
Expand Down

1 comment on commit ea2b26f

@vercel
Copy link

@vercel vercel bot commented on ea2b26f Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

xbu – ./

xbu.vercel.app
xbu-franqsanz.vercel.app
xbu-git-main-franqsanz.vercel.app

Please sign in to comment.