Skip to content

Commit

Permalink
Merge pull request #30 from bancodobrasil/fix/formBasicInfo
Browse files Browse the repository at this point in the history
fix: adjustments in form Basic info
  • Loading branch information
eliasfeijo authored Sep 11, 2023
2 parents 6a89c92 + 1fe4ef2 commit 57d8b13
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/Menu/Forms/BasicInfo/FormBasicInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@ export const FormBasicInfo = ({
return (
<Form onSubmit={handleFormSubmit}>
{action === FormAction.UPDATE && (
<Box sx={{ flex: '0 1 auto', flexDirection: 'column', mb: '1rem', height: '20rem' }}>
<Box sx={{ flex: '0 1 auto', flexDirection: 'column', mb: '1rem', height: '4rem' }}>
<TextField
id="uuid"
label={t('menu.of', { field: 'uuid' })}
disabled
value={uuid}
sx={{ width: '30rem' }}
sx={{ width: '33.2rem' }}
/>
</Box>
)}
Expand Down Expand Up @@ -218,6 +218,7 @@ export const FormBasicInfo = ({
flex: 1,
justifyContent: 'flex-end',
alignItems: 'flex-end',
marginBottom: '3rem',
}}
>
<Box />
Expand All @@ -232,7 +233,7 @@ export const FormBasicInfo = ({
display: 'flex',
justifyContent: 'flex-end',
alignItems: 'flex-end',
height: '10rem',
height: '12rem',
}}
>
<Button
Expand Down

0 comments on commit 57d8b13

Please sign in to comment.