mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
@@ -1,4 +1,4 @@
|
||||
<label>
|
||||
<label class="checkbox-label">
|
||||
<Input @type="checkbox" @checked={{this.enabled}} />
|
||||
<span>{{html-safe this.setting.description}}</span>
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user