mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 10:27:49 +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'),
|
header: t('admin.trafficUsage.user'),
|
||||||
enableSorting: true,
|
enableSorting: true,
|
||||||
size: 120,
|
size: 120,
|
||||||
minSize: 80,
|
minSize: 40,
|
||||||
maxSize: 200,
|
maxSize: 200,
|
||||||
cell: ({ row }) => {
|
cell: ({ row }) => {
|
||||||
const item = row.original;
|
const item = row.original;
|
||||||
|
|||||||
Reference in New Issue
Block a user