Skip to content

Commit

Permalink
Merge pull request hotwax#727 from R-Sourabh/hotwax#714-radio-items-p…
Browse files Browse the repository at this point in the history
…osition

Fixed: positioning of the ion-radio items label and the circleOutline(hotwax#714)
  • Loading branch information
ymaheshwari1 authored Sep 6, 2024
2 parents 4ac7807 + 1f0b590 commit 92b4dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CustomFrequencyModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ion-list>
<ion-radio-group v-model="frequencyId">
<ion-item :key="customFrequency.tempExprId" v-for="customFrequency in customFrequencies">
<ion-radio :value="customFrequency.tempExprId" slot="start">{{ customFrequency.description }}</ion-radio>
<ion-radio :value="customFrequency.tempExprId" label-placement="end" justify="start">{{ customFrequency.description }}</ion-radio>
</ion-item>
</ion-radio-group>
</ion-list>
Expand Down

0 comments on commit 92b4dc9

Please sign in to comment.