Make checkbox clickable in the entire width of their container

This commit is contained in:
2025-01-30 23:34:47 +01:00
parent 069ba37e13
commit 0e3637e5ef
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
disabled
{% endif %}
autocomplete="off">
<label class="form-check-label" for="{{ prefix }}-{{ item.fields.id }}">
<label class="form-check-label flex-grow-1 ms-1" for="{{ prefix }}-{{ item.fields.id }}">
{{ metadata.fields.name }} <i id="status-{{ prefix }}-{{ item.fields.id }}" class="mb-1"></i>
</label>
{% else %}