Merge pull request #62

fix(transactions:filter): unaligned filter buttons
This commit is contained in:
Herculino Trotta
2025-01-24 22:42:20 -03:00
committed by GitHub

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>