Skip to content

Commit

Permalink
fix: fix question centering (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
PupoSDC authored Jan 19, 2024
1 parent 930c520 commit d8f974d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ export const QuestionOverview = container<Props, Params, Data>(
Edit
</Tab>
</TabList>
<TabPanel value={"question"} sx={{ maxWidth: "md" }}>
<TabPanel value={"question"}>
<QuestionMultipleChoice
sx={{ p: 0 }}
sx={{ p: 0, maxWidth: "md", margin: "auto" }}
question={question.question}
correctOptionId={question.correctOptionId}
selectedOptionId={selectedOption}
Expand Down

1 comment on commit d8f974d

@vercel
Copy link

@vercel vercel bot commented on d8f974d Jan 19, 2024

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.