diff --git a/frontend/src/pages/QuizForm.vue b/frontend/src/pages/QuizForm.vue index 74376ce1..e42d6624 100644 --- a/frontend/src/pages/QuizForm.vue +++ b/frontend/src/pages/QuizForm.vue @@ -362,17 +362,17 @@ const questionColumns = computed(() => { { label: __('ID'), key: 'question', - width: '25%', + width: '10rem', }, { label: __('Question'), key: __('question_detail'), - width: '60%', + width: '40rem', }, { label: __('Marks'), key: 'marks', - width: '10%', + width: '10rem', }, ] })