Skip to content

Commit

Permalink
fix: css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszszczecina committed Jan 14, 2025
1 parent 3bb4b96 commit 648618d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const AnswerSelectQuestion = ({ form, questionIndex }: AnswerSelectQuestionProps
)}
<Label
onClick={() => handleOptionChange(index, "isCorrect", !item.isCorrect)}
className="ml-2 body-sm mt-1 mb-1 text-neutral-950 cursor-pointer"
className="ml-2 body-sm align-middle text-neutral-950 cursor-pointer"
>
{t("adminCourseView.curriculum.lesson.other.correct")}
</Label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ const PhotoQuestion = ({ form, questionIndex, lessonToEdit }: PhotoQuestionProps

<Label
onClick={() => handleOptionChange(index, "isCorrect", !item.isCorrect)}
className="ml-2 mb-1 mt-1 body-sm text-neutral-950 cursor-pointer"
className="ml-2 align-middle body-sm text-neutral-950 cursor-pointer"
>
{t("adminCourseView.curriculum.lesson.other.correct")}
</Label>
Expand Down

0 comments on commit 648618d

Please sign in to comment.