Skip to content

Commit

Permalink
dont wrap vote option (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzettler authored Jan 12, 2024
1 parent c64af9c commit e496fd9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/features/governance/ProposalScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -424,12 +424,7 @@ export const ProposalScreen = () => {
</Text>
</Box>
)}
<Box
flex={1}
flexDirection="column"
flexWrap="wrap"
{...{ gap: 8 }}
>
<Box flex={1} flexDirection="column" {...{ gap: 8 }}>
{votingResults.results?.map((r) => (
<VoteOption
key={r.name}
Expand Down

0 comments on commit e496fd9

Please sign in to comment.