Skip to content

Commit 505d512

Browse files
khoakhoa
khoa
authored and
khoa
committed
closes #389 - fix margin bottom of lesson Info title for consistency on page
1 parent d0ddac6 commit 505d512

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

components/admin/lessons/AdminLessonInfo.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,10 @@ const EditLesson: React.FC<EditLessonProps> = ({ setLessons, lesson }) => {
6868

6969
return (
7070
<>
71-
<div className="mb-2">
72-
<span className="text-primary font-weight-bold display-3">
73-
Lesson Info
74-
</span>
75-
</div>
76-
<div>
71+
<span className="text-primary font-weight-bold display-3">
72+
Lesson Info
73+
</span>
74+
<div className="mt-3">
7775
<FormCard
7876
onChange={handleChange}
7977
values={lessonProperties}

0 commit comments

Comments
 (0)