Skip to content

Commit 11f37b6

Browse files
author
Quy
authored
Add top margin (#34517)
1 parent 6f1f59e commit 11f37b6

File tree

1 file changed

+2
-2
lines changed
  • administrator/components/com_mails/tmpl/template

1 file changed

+2
-2
lines changed

administrator/components/com_mails/tmpl/template/edit.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</div>
6666
<div class="col-md-3">
6767
<input type="button" id="btnResetBody" class="btn btn-secondary" value="<?php echo Text::_('COM_MAILS_RESET_TO_DEFAULT_BODY'); ?>" />
68-
<div class="tags-container-body <?php echo $fieldBody->disabled ? 'hidden' : ''; ?>">
68+
<div class="tags-container-body mt-3 <?php echo $fieldBody->disabled ? 'hidden' : ''; ?>">
6969
<h2><?php echo Text::_('COM_MAILS_FIELDSET_TAGS_LABEL'); ?></h2>
7070
<?php echo MailsHelper::mailtags($this->master, 'body'); ?>
7171
</div>
@@ -80,7 +80,7 @@
8080
</div>
8181
<div class="col-md-3">
8282
<input type="button" id="btnResetHtmlBody" class="btn btn-secondary" value="<?php echo Text::_('COM_MAILS_RESET_TO_DEFAULT_HTML_BODY'); ?>" />
83-
<div class="tags-container-htmlbody <?php echo $fieldHtmlBody->disabled ? 'hidden' : ''; ?>">
83+
<div class="tags-container-htmlbody mt-3 <?php echo $fieldHtmlBody->disabled ? 'hidden' : ''; ?>">
8484
<h2><?php echo Text::_('COM_MAILS_FIELDSET_TAGS_LABEL'); ?></h2>
8585
<?php echo MailsHelper::mailtags($this->master, 'htmlbody'); ?>
8686
</div>

0 commit comments

Comments
 (0)