Fix horizontal-ness on some forms

This commit is contained in:
2020-10-17 18:18:51 +01:00
parent 30df597144
commit 7736a2d3cc
4 changed files with 21 additions and 14 deletions

View File

@@ -83,7 +83,7 @@
</div>
</div>
<div class="row my-2">
<div class="col bg-dark rounded pt-3">
<div class="col bg-dark text-white rounded pt-3">
{# TODO Gotta be a cleaner way to do this... #}
<p><span class="ml-2">Active Filters: </span> {% for filter in category_filters %}<span class="badge badge-info mx-1 ">{{filter}}<button type="button" class="btn btn-link p-0 ml-1 align-baseline">
<span aria-hidden="true" class="fas fa-times" onclick="removeQString('category', '{{filter.id}}')"></span>