Skip to content

Commit

Permalink
confirm modal box options flex direction column
Browse files Browse the repository at this point in the history
  • Loading branch information
gerouvi committed May 28, 2024
1 parent 05a5df5 commit a6113b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Process/ConfirmVoteModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const ConfirmVoteModal = ({ election, answers }: { election: PublishedEle
>
{election.questions.map((q, i) => (
<Box key={i} mb={2} mt={i === 0 ? 4 : 0}>
<Text display='flex' flexDirection='row' gap={1} mb={1}>
<Text display='flex' flexDirection='column' gap={1} mb={1}>
<Trans
i18nKey='process.spreadsheet.confirm.question'
components={{
Expand Down

1 comment on commit a6113b4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.