mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
update
This commit is contained in:
@@ -158,8 +158,8 @@ export function AttachmentListTable({
|
||||
);
|
||||
},
|
||||
meta: { className: 'text-left text-xs' },
|
||||
minSize: 300,
|
||||
maxSize: 300,
|
||||
minSize: 500,
|
||||
maxSize: 500,
|
||||
},
|
||||
{
|
||||
accessorKey: "name",
|
||||
|
||||
@@ -195,7 +195,9 @@ export function MailListTable({
|
||||
</div>
|
||||
);
|
||||
},
|
||||
meta: { className: 'text-left text-xs' }
|
||||
meta: { className: 'text-left text-xs' },
|
||||
minSize: 500,
|
||||
maxSize: 500,
|
||||
},
|
||||
{
|
||||
id: "text_preview",
|
||||
@@ -277,7 +279,7 @@ export function MailListTable({
|
||||
id: 'actions',
|
||||
header: t('users.columns.actions'),
|
||||
cell: DataTableRowActions,
|
||||
meta: { className: 'text-right text-xs' },
|
||||
meta: { className: 'text-center text-xs' },
|
||||
minSize: 60,
|
||||
maxSize: 60,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user