mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user