From a24eb4533d184b553d11a6e2c0cd2892a9af0e57 Mon Sep 17 00:00:00 2001 From: thornbill Date: Wed, 5 Jun 2024 17:03:49 -0400 Subject: [PATCH] Backport pull request #5658 from jellyfin-web/release-10.9.z Update activity table column widths Original-merge: ab781678c13cda4de56fbefd119d374cf991f5b6 Merged-by: thornbill Backported-by: Joshua M. Boniface --- src/apps/dashboard/routes/activity.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/apps/dashboard/routes/activity.tsx b/src/apps/dashboard/routes/activity.tsx index fa3a9135bd..b5460a18c0 100644 --- a/src/apps/dashboard/routes/activity.tsx +++ b/src/apps/dashboard/routes/activity.tsx @@ -107,7 +107,7 @@ const Activity = () => { { field: 'Name', headerName: globalize.translate('LabelName'), - width: 200 + width: 300 }, { field: 'Overview', @@ -121,11 +121,12 @@ const Activity = () => { { field: 'Type', headerName: globalize.translate('LabelType'), - width: 120 + width: 180 }, { field: 'actions', type: 'actions', + width: 50, getActions: ({ row }) => { const actions = [];