Skip to content

Commit 3ad6480

Browse files
committed
Refactor comment section margin
1 parent 1cde7ae commit 3ad6480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/Comment/Section.inc.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $active_user_id = ($active_user ? $active_user->getId() : null);
99
$c_edit_visible_admin = ($active_user && ($active_user->getOptionsBitmask() & User::OPTION_ACL_COMMENT_MODIFY));
1010
$c_delete_visible_admin = ($active_user && ($active_user->getOptionsBitmask() & User::OPTION_ACL_COMMENT_DELETE));
1111
?>
12-
<div class="row mt-3 justify-content-center">
12+
<div class="row my-3 justify-content-center">
1313
<div class="col-md-9">
1414
<h2><a href="#comments" name="comments">Comments</a></h2>
1515
<? if (!$comments) { ?>
@@ -42,7 +42,7 @@ $c_delete_visible_admin = ($active_user && ($active_user->getOptionsBitmask() &
4242
</div>
4343
</div>
4444
<? if ($active_user) { ?>
45-
<div class="row my-3 justify-content-center">
45+
<div class="row mb-3 justify-content-center">
4646
<div class="col-md-8">
4747
<form method="POST" action="<?=Common::relativeUrlToAbsolute('/comment/create')?>">
4848
<input type="hidden" name="parent_type" value="<?=$comment_parent_type?>"/>

0 commit comments

Comments
 (0)