Skip to content

Commit b4f8cbf

Browse files
committed
Alignment fixed
1 parent 53373e8 commit b4f8cbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/dashboard/instructor/home.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ function ( $carry, $section ) {
325325
class="tutor-flex tutor-flex-column tutor-gap-6"
326326
>
327327
<!-- Filters -->
328-
<div class="tutor-flex tutor-justify-between tutor-align-center">
328+
<div class="tutor-flex tutor-justify-between tutor-items-center">
329329
<?php if ( $tutor_pro_enabled ) : ?>
330330
<?php DateFilter::make()->type( DateFilter::TYPE_RANGE )->render(); ?>
331331
<?php endif; ?>
@@ -445,7 +445,7 @@ class="tutor-dashboard-home-card"
445445
x-show="watch('top_performing_courses')"
446446
x-cloak
447447
>
448-
<div class="tutor-flex tutor-row tutor-justify-between tutor-align-center tutor-gap-9">
448+
<div class="tutor-flex tutor-row tutor-justify-between tutor-items-center tutor-gap-9">
449449
<div class="tutor-small">
450450
<?php esc_html_e( 'Top Performing Courses', 'tutor' ); ?>
451451
</div>

0 commit comments

Comments
 (0)