Skip to content

Commit

Permalink
fix: fix question centering
Browse files Browse the repository at this point in the history
  • Loading branch information
PupoSDC committed Jan 19, 2024
1 parent 930c520 commit b1b9f8e
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

0 comments on commit b1b9f8e

Please sign in to comment.