Skip to content

Commit

Permalink
adjusted layout
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Sep 23, 2024
1 parent 9df9b9d commit 62aff6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ export const CreateRewardDistributionComponent: ActionComponent<
/>
)}

<div className="flex flex-col gap-2 max-w-prose items-start">
<div className="flex flex-col gap-2 items-start">
<InputLabel name={t('form.openFunding')} primary />
<p className="body-text text-text-secondary max-w-prose -mt-1">
{t('info.openFundingDescription')}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export const UpdateRewardDistributionComponent: ActionComponent<

{/* Only show open funding switch if a defined boolean. Backwards compatibility for update actions that didn't have the field. */}
{typeof openFunding === 'boolean' && (
<div className="flex flex-col gap-2 max-w-prose items-start">
<div className="mt-2 flex flex-col gap-2 items-start">
<InputLabel name={t('form.openFunding')} primary />
<p className="body-text text-text-secondary max-w-prose -mt-1">
{t('info.openFundingDescription')}
Expand Down

0 comments on commit 62aff6c

Please sign in to comment.