Skip to content

Commit

Permalink
fix: reduced with of marks column
Browse files Browse the repository at this point in the history
  • Loading branch information
pateljannat committed Oct 8, 2024
1 parent 3d82c36 commit 3cd08c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/QuizForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ const questionColumns = computed(() => {
{
label: __('Marks'),
key: 'marks',
width: '10rem',
width: '5rem',
},
]
})
Expand Down

0 comments on commit 3cd08c8

Please sign in to comment.