mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Remove unused CSS classes from table components
This commit is contained in:
@@ -258,15 +258,14 @@ const ProjectFlockClosingForm = ({
|
||||
]}
|
||||
className={{
|
||||
containerClassName: 'mb-0',
|
||||
tableWrapperClassName: 'overflow-x-auto min-h-full! max-w-120',
|
||||
tableClassName: 'font-inter w-full table-sm min-h-full!',
|
||||
tableWrapperClassName: 'overflow-x-auto max-w-120',
|
||||
tableClassName: 'font-inter w-full table-sm',
|
||||
headerRowClassName: 'border-b border-base-content/10',
|
||||
headerColumnClassName:
|
||||
'px-3 py-3 text-xs font-semibold text-gray-500 last:flex last:flex-row last:justify-end',
|
||||
bodyRowClassName: 'border-b border-base-content/10',
|
||||
bodyColumnClassName:
|
||||
'px-3 py-3 last:flex last:flex-row last:justify-end',
|
||||
paginationClassName: 'hidden',
|
||||
}}
|
||||
/>
|
||||
{/* {errorExpense && (
|
||||
@@ -310,15 +309,14 @@ const ProjectFlockClosingForm = ({
|
||||
]}
|
||||
className={{
|
||||
containerClassName: 'mb-0',
|
||||
tableWrapperClassName: 'overflow-x-auto min-h-full! max-w-120',
|
||||
tableClassName: 'font-inter w-full table-sm min-h-full!',
|
||||
tableWrapperClassName: 'overflow-x-auto max-w-120',
|
||||
tableClassName: 'font-inter w-full table-sm',
|
||||
headerRowClassName: 'border-b border-base-content/10',
|
||||
headerColumnClassName:
|
||||
'px-3 py-3 text-xs font-semibold text-gray-500 last:flex last:flex-row last:justify-end',
|
||||
bodyRowClassName: 'border-b border-base-content/10',
|
||||
bodyColumnClassName:
|
||||
'px-3 py-3 last:flex last:flex-row last:justify-end',
|
||||
paginationClassName: 'hidden',
|
||||
}}
|
||||
/>
|
||||
{/* {errorStock && (
|
||||
|
||||
Reference in New Issue
Block a user