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

Avoids a similar bolding issue to 88ae4c7b5c
This commit is contained in:
Martin Brennan 2023-10-25 11:49:07 +10:00 committed by GitHub
parent 9db4eaa870
commit 3090b4801b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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)}}