Skip to content

Commit

Permalink
Fix ProposalMetadata padding
Browse files Browse the repository at this point in the history
  • Loading branch information
DarksightKellar committed Apr 30, 2024
1 parent d9b0397 commit 3c5b277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ProposalBuilder/ProposalMetadata.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default function ProposalMetadata({
<VStack
align="left"
spacing={8}
p="1.5rem"
>
<InputComponent
label={isProposalMode ? t('proposalTitle', { ns: 'proposal' }) : t('proposalTemplateTitle')}
Expand Down

0 comments on commit 3c5b277

Please sign in to comment.