Merge pull request #20027 from shariquerik/checkbox-squeezing-fix

This commit is contained in:
Shariq Ansari 2023-02-14 18:37:01 +05:30 committed by GitHub
commit 84e20bfb17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,10 +17,10 @@
</div>
<div class="checkbox">
<label>
<input type="checkbox"
data-fieldname="{{ f.fieldname }}"
{{ selected ? "checked" : "" }}>
{{ __(f.label) }}
<span class="input-area">
<input type="checkbox" data-fieldname="{{ f.fieldname }}" {{ selected ? "checked" : "" }}>
</span>
<span class="label-area">{{ __(f.label) }}</span>
</label>
</div>
</div>