mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
Merge pull request #191 from BEDOLAGA-DEV/fix/user-column-min-width
fix: allow user column to shrink smaller on mobile
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