diff --git a/frontend/src/components/Quiz.vue b/frontend/src/components/Quiz.vue
index 84e17442..31c92540 100644
--- a/frontend/src/components/Quiz.vue
+++ b/frontend/src/components/Quiz.vue
@@ -224,6 +224,7 @@
@@ -289,12 +291,18 @@
activeQuestion != questions.length && quiz.data.show_answers
"
@click="nextQuestion()"
+ class="ml-auto"
>
{{ __('Next') }}
-