Skip to content

Commit

Permalink
[BS5] add spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddleSpl0it committed Jul 8, 2022
1 parent 8987ebc commit e26d5b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/web/templates/mailbox/tab-filters.twig
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<a class="btn btn-sm d-block d-sm-inline btn-success" href="#" data-bs-toggle="modal" data-bs-target="#addFilterModalAdmin"><i class="bi bi-plus-lg"></i> {{ lang.mailbox.add_filter }}</a>
</div>
</div>
<div class="mt-4 {% if mailcow_cc_role != 'admin' %}hidden{% endif %}">
<div class="{% if mailcow_cc_role != 'admin' %}hidden{% endif %}">
<div class="row">
<div class="col-lg-6">
<div class="col-lg-6 mt-4">
<h5>Global Prefilter</h5>
<form class="form-horizontal" data-cached-form="false" role="form" data-id="add_prefilter">
<div class="row">
Expand All @@ -51,7 +51,7 @@
</div>
</form>
</div>
<div class="col-lg-6">
<div class="col-lg-6 mt-4">
<h5>Global Postfilter</h5>
<form class="form-horizontal" data-cached-form="false" role="form" data-id="add_postfilter">
<div class="row">
Expand Down

0 comments on commit e26d5b8

Please sign in to comment.