Skip to content

Commit

Permalink
Fix Activity Log type filter width (#3164)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonkopliku authored Nov 27, 2024
1 parent 2e9d9e2 commit e8dbda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/pages/ActivityLogPage/ActivityLogPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function ActivityLogPage() {
allowedActivities,
map(([key, value]) => [key, value.label])
)(abilities),
className: 'col-span-2',
className: 'col-span-2 min-w-full max-w-44',
},
{
key: 'actor',
Expand Down

0 comments on commit e8dbda7

Please sign in to comment.