diff --git a/frontend/src/components/BatchStudents.vue b/frontend/src/components/BatchStudents.vue index 1eb56e17..7d3e0bc9 100644 --- a/frontend/src/components/BatchStudents.vue +++ b/frontend/src/components/BatchStudents.vue @@ -43,7 +43,7 @@ -
+
@@ -170,7 +170,7 @@ const studentColumns = [ { label: 'Full Name', key: 'full_name', - width: '20rem', + width: '25rem', icon: 'user', }, { diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js index 8fa1d634..e0f7f20a 100644 --- a/frontend/tailwind.config.js +++ b/frontend/tailwind.config.js @@ -21,5 +21,5 @@ export default { }, }, }, - plugins: [require('@tailwindcss/line-clamp')], + plugins: [], }