From a53a919281e6ecdbba2e53bd4d6121dde2325253 Mon Sep 17 00:00:00 2001 From: Flacial Date: Sun, 11 Dec 2022 18:15:03 +0400 Subject: [PATCH] Add margin to the success message --- components/ExerciseReportCard/ExerciseReportCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ExerciseReportCard/ExerciseReportCard.tsx b/components/ExerciseReportCard/ExerciseReportCard.tsx index 51dcce2d4..3dca12f8a 100644 --- a/components/ExerciseReportCard/ExerciseReportCard.tsx +++ b/components/ExerciseReportCard/ExerciseReportCard.tsx @@ -99,7 +99,7 @@ const ExerciseReportCard = ({ exerciseId }: Props) => { if (data && !loading) { return ( -
+
Reported a mistake in this exercise

We appreciate your input. We will shortly investigate the problem that