FIX: Add checkbox-label class to site setting checkboxes (#24075)

Followup to e2d9117378, which
made these labels bold because they were missing the correct
class.
This commit is contained in:
Martin Brennan
2023-10-25 09:14:27 +10:00
committed by GitHub
parent 63a0700d45
commit 88ae4c7b5c

View File

@@ -1,4 +1,4 @@
<label>
<label class="checkbox-label">
<Input @type="checkbox" @checked={{this.enabled}} />
<span>{{html-safe this.setting.description}}</span>
</label>