File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ $active_user_id = ($active_user ? $active_user->getId() : null);
9
9
$ c_edit_visible_admin = ($ active_user && ($ active_user ->getOptionsBitmask () & User::OPTION_ACL_COMMENT_MODIFY ));
10
10
$ c_delete_visible_admin = ($ active_user && ($ active_user ->getOptionsBitmask () & User::OPTION_ACL_COMMENT_DELETE ));
11
11
?>
12
- <div class="row mt -3 justify-content-center">
12
+ <div class="row my -3 justify-content-center">
13
13
<div class="col-md-9">
14
14
<h2><a href="#comments" name="comments">Comments</a></h2>
15
15
<? if (!$ comments ) { ?>
@@ -42,7 +42,7 @@ $c_delete_visible_admin = ($active_user && ($active_user->getOptionsBitmask() &
42
42
</div>
43
43
</div>
44
44
<? if ($ active_user ) { ?>
45
- <div class="row my -3 justify-content-center">
45
+ <div class="row mb -3 justify-content-center">
46
46
<div class="col-md-8">
47
47
<form method="POST" action="<?= Common::relativeUrlToAbsolute ('/comment/create ' )?> ">
48
48
<input type="hidden" name="parent_type" value="<?= $ comment_parent_type?> "/>
You can’t perform that action at this time.
0 commit comments