Skip to content

Commit

Permalink
style adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan committed Dec 18, 2023
1 parent 598414f commit de10552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/views/templates/templateEditor.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

<div class="d-block">
<h5 class="mb-1"><?php print $tag; ?></h5>
<p class="p-0 m-0 text-secondary"><?php print $descr; ?></p>
<p class="p-0 m-0 text-body-secondary"><?php print $descr; ?></p>
<?php if (isset($attributes[$tag])) : ?>
<div class="mt-1 fpcm ui-font-small">
<div class="mt-1 fpcm ui-font-small text-body-secondary">
<?php $theView->write('TEMPLATE_ATTRIBUTES') ?>: <?php print implode(', ', $attributes[$tag]); ?>
</div>
<?php endif; ?>
Expand Down

0 comments on commit de10552

Please sign in to comment.