mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-08 22:05:11 +02:00
fix(transactions:filter): unaligned filter buttons
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
id="{{ field.html_name }}_{{ forloop.counter }}"
|
id="{{ field.html_name }}_{{ forloop.counter }}"
|
||||||
value="{{ choice.0 }}"
|
value="{{ choice.0 }}"
|
||||||
{% if choice.0 in field.value %}checked{% endif %}>
|
{% 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 }}">
|
for="{{ field.html_name }}_{{ forloop.counter }}">
|
||||||
{{ choice.1 }}
|
{{ choice.1 }}
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user