FIX: Add checkbox-label CSS class to flag modal labels (#24087)

Avoids a similar bolding issue to 88ae4c7b5ce7c9dd0de8ac81c863103cdbc73a87
This commit is contained in:
Martin Brennan
2023-10-25 11:49:07 +10:00
committed by GitHub
parent 9db4eaa870
commit 3090b4801b

View File

@ -2,7 +2,7 @@
{{#if this.isNotifyUser}}
<h3>{{this.formattedName}}</h3>
<div class="controls">
<label class="radio">
<label class="radio checkbox-label">
<input
id="radio_{{this.flag.name_key}}"
{{on "click" (action "changePostActionType" this.flag)}}
@ -38,7 +38,7 @@
{{/if}}
{{else}}
<div class="controls {{this.flag.name_key}}">
<label class="radio">
<label class="radio checkbox-label">
<input
id="radio_{{this.flag.name_key}}"
{{on "click" (action "changePostActionType" this.flag)}}