File tree Expand file tree Collapse file tree
modules/@apostrophecms/ui/ui/apos/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 :size =" 10"
3131 />
3232 </span >
33- <div class = " apos-choice-label " >
34- < span
35- v-if = " choice.label "
36- : class =" {' apos-sr-only': field.hideLabel } "
37- class = " apos-choice-label-text "
38- >
33+ <div
34+ v-if = " choice.label "
35+ :class = " {'apos-sr-only': field.hideLabel } "
36+ class =" apos-choice-label-text "
37+ >
38+ < span >
3939 {{ $t(choice.label) }}
4040 </span >
4141 <!-- eslint-disable vue/no-v-html -->
4242 <p
4343 v-if =" (choice.help || choice.htmlHelp)"
44- class =" apos-choice-label-help apos-field__help"
44+ class =" apos-choice-label-text-- help apos-field__help"
4545 v-html =" $t(choice.help || choice.htmlHelp)"
4646 />
4747 </div >
@@ -116,7 +116,7 @@ export default {
116116 border-radius : 3px ;
117117}
118118
119- .apos-choice-label {
119+ .apos-choice-label-text {
120120 display : inline-flex ;
121121 flex-direction : column ;
122122 align-items : baseline ;
You can’t perform that action at this time.
0 commit comments