Skip to content

Commit

Permalink
Merge pull request #371 from mageplaza/2.4-develop
Browse files Browse the repository at this point in the history
2.4 develop
  • Loading branch information
chuccv authored Aug 21, 2024
2 parents 3e5b3cb + e9abdd7 commit 4f75da5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"mageplaza/facebook-graph-sdk": "^1.0.1"
},
"type": "magento2-module",
"version": "4.2.3",
"version": "4.2.4",
"license": "proprietary",
"keywords": [
"magento 2",
Expand Down
10 changes: 5 additions & 5 deletions view/frontend/templates/post/list.phtml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ use Magento\Framework\Escaper;
<?php endif; ?>
<?= $block->getChildHtml('additional'); ?>
</div>
<script>
require(['jquery'], function ($) {
$('.limiter').css('float', 'right');
});
</script>
<style>
.limiter {
float: right;
}
</style>

0 comments on commit 4f75da5

Please sign in to comment.