diff --git a/src/frontend/routes/apps.$appId.logs.tsx b/src/frontend/routes/apps.$appId.logs.tsx index ce4bdd8..9a21097 100644 --- a/src/frontend/routes/apps.$appId.logs.tsx +++ b/src/frontend/routes/apps.$appId.logs.tsx @@ -172,10 +172,10 @@ function AppLogsPage() { > - Timestamp + Timestamp User & Village - Action - Description + Action + Description @@ -187,7 +187,7 @@ function AppLogsPage() { - + {log.createdAt.split(' ').slice(1).join(' ')} @@ -216,7 +216,10 @@ function AppLogsPage() { color={getActionColor(log.action)} radius="sm" size="xs" - styles={{ root: { fontWeight: 800 } }} + styles={{ + root: { fontWeight: 800 }, + label: { textOverflow: 'clip', overflow: 'visible' } + }} > {log.action}