diff --git a/src/components/Questions/QuestionRanking.vue b/src/components/Questions/QuestionRanking.vue index ebebbb078..1d2285486 100644 --- a/src/components/Questions/QuestionRanking.vue +++ b/src/components/Questions/QuestionRanking.vue @@ -80,14 +80,14 @@ class="ranking-item__drag-handle" variant="tertiary-no-background"> {{ t('forms', 'Move option up') }} @@ -96,7 +96,7 @@ :disabled="index === rankedOptions.length - 1" @click="onMoveDown(index)"> {{ t('forms', 'Move option down') }} @@ -108,7 +108,7 @@ :ariaLabel="t('forms', 'Remove from ranking')" @click="unrankOption(option)">