fix(transactions:filter): unaligned filter buttons

This commit is contained in:
Herculino Trotta
2025-01-24 22:42:01 -03:00
parent b9cd97f0b8
commit e72d6cd1ea

View File

@@ -15,7 +15,7 @@
id="{{ field.html_name }}_{{ forloop.counter }}"
value="{{ choice.0 }}"
{% if choice.0 in field.value %}checked{% endif %}>
<label class="btn btn-outline-dark"
<label class="btn btn-outline-dark w-100"
for="{{ field.html_name }}_{{ forloop.counter }}">
{{ choice.1 }}
</label>