fix: allow user column to shrink smaller on mobile

Reduce minSize from 80px to 40px so the user column can be compressed
further on narrow screens.
This commit is contained in:
Fringg
2026-02-07 13:17:08 +03:00
parent da273d6776
commit 12663a59a7

View File

@@ -1140,7 +1140,7 @@ export default function AdminTrafficUsage() {
header: t('admin.trafficUsage.user'),
enableSorting: true,
size: 120,
minSize: 80,
minSize: 40,
maxSize: 200,
cell: ({ row }) => {
const item = row.original;