Skip to content

Commit

Permalink
align with time text
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanlesich committed Oct 31, 2023
1 parent ad19ef5 commit f92baef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web/src/modules/dashboard/DaoProposalCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ export const DaoProposalCard = ({
align="center"
mb={{ '@initial': 'x2', '@768': 'x0' }}
w="100%"
justify={{ '@initial': 'space-between', '@768': 'flex-start' }}
justify={{ '@initial': 'space-between' }}
>
<Text fontSize={18} fontWeight="label" mr="x3" style={{ maxWidth: '90%' }}>
<Text fontSize={18} fontWeight="label" mr="x3">
{title}
</Text>
<NeedsVote
Expand All @@ -82,7 +82,7 @@ export const DaoProposalCard = ({
align={'center'}
mb={{ '@initial': 'x3', '@768': 'x0' }}
>
<Box width="x64">
<Box style={{ width: '225px' }}>
<ProposalStatus
state={proposalState}
voteEnd={voteEnd}
Expand Down

0 comments on commit f92baef

Please sign in to comment.