Skip to content

Commit

Permalink
Add margin to the success message
Browse files Browse the repository at this point in the history
  • Loading branch information
flacial committed Dec 11, 2022
1 parent 8628608 commit a53a919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ExerciseReportCard/ExerciseReportCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const ExerciseReportCard = ({ exerciseId }: Props) => {

if (data && !loading) {
return (
<div className={styles.container}>
<div className={`${styles.container} mt-3`}>
<h6>Reported a mistake in this exercise</h6>
<p className="mb-0">
We appreciate your input. We will shortly investigate the problem that
Expand Down

0 comments on commit a53a919

Please sign in to comment.