fix: reduced with of marks column
This commit is contained in:
@@ -372,7 +372,7 @@ const questionColumns = computed(() => {
|
||||
{
|
||||
label: __('Marks'),
|
||||
key: 'marks',
|
||||
width: '10rem',
|
||||
width: '5rem',
|
||||
},
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user