Skip to content

Commit

Permalink
Fix BS5 layout
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Oct 25, 2024
1 parent 479419c commit 22213be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Admin/Icons/conflicts.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<?php
$set = array_shift($sets);
?>
<span class="float-right pull-right">( <?php echo $name?> )</span>
<div class="pull-right float-right float-end">( <?php echo h($name); ?> )</div>
<?php echo $this->Icon->render($set . ':' . $name); ?>
<br>
<code><?php echo h($set . ':' . $name); ?></code>
Expand Down

0 comments on commit 22213be

Please sign in to comment.