Skip to content

Commit 165f176

Browse files
authored
replace float-end by float-md-end (#40623)
1 parent 3d5a9aa commit 165f176

File tree

1 file changed

+1
-1
lines changed
  • components/com_content/tmpl/category

1 file changed

+1
-1
lines changed

components/com_content/tmpl/category/blog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<?php if (($this->params->def('show_pagination', 1) == 1 || ($this->params->get('show_pagination') == 2)) && ($this->pagination->pagesTotal > 1)) : ?>
130130
<div class="com-content-category-blog__navigation w-100">
131131
<?php if ($this->params->def('show_pagination_results', 1)) : ?>
132-
<p class="com-content-category-blog__counter counter float-end pt-3 pe-2">
132+
<p class="com-content-category-blog__counter counter float-md-end pt-3 pe-2">
133133
<?php echo $this->pagination->getPagesCounter(); ?>
134134
</p>
135135
<?php endif; ?>

0 commit comments

Comments
 (0)