Backport pull request #5658 from jellyfin-web/release-10.9.z

Update activity table column widths

Original-merge: ab781678c1

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
thornbill
2024-06-05 17:03:49 -04:00
committed by Joshua M. Boniface
parent fae81839ec
commit a24eb4533d

View File

@@ -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 = [];