diff --git a/frontend/src/pages/QuizForm.vue b/frontend/src/pages/QuizForm.vue index e42d6624..125e6438 100644 --- a/frontend/src/pages/QuizForm.vue +++ b/frontend/src/pages/QuizForm.vue @@ -372,7 +372,7 @@ const questionColumns = computed(() => { { label: __('Marks'), key: 'marks', - width: '10rem', + width: '5rem', }, ] })