Skip to content

Commit 08dd55b

Browse files
committed
lesson wrapper class changed
1 parent 683a556 commit 08dd55b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/src/scss/frontend/learning-area/_lesson-content.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@use '@Core/scss/mixins' as *;
44

55
.tutor-lesson-content {
6-
.tutor-lesson-content-body {
6+
.tutor-lesson-wrapper {
77
@include tutor-typography('p1', 'regular', 'secondary');
88

99
h1 {

templates/learning-area/lesson/overview.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
?>
1717
<div x-show="activeTab === 'overview'" x-cloak class="tutor-tab-panel tutor-p-6 tutor-sm-p-5" role="tabpanel">
18-
<div class="tutor-lesson-content-body">
19-
<?php do_action( 'tutor_lesson_before_the_content', $post, $tutor_course_id ); ?>
18+
<?php do_action( 'tutor_lesson_before_the_content', $post, $tutor_course_id ); ?>
19+
<div class="tutor-lesson-wrapper">
2020
<?php the_content(); ?>
2121
</div>
2222
</div>

0 commit comments

Comments
 (0)