1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00

fix: set a more generous maxWidth in access timeago cells (#2714)

https://unleash-internal.slack.com/archives/C046LV6HH6W/p1671533789519689
This commit is contained in:
Nuno Góis 2022-12-20 21:14:29 +00:00 committed by GitHub
parent 7ce5b3de64
commit 1ef84da688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,7 +188,7 @@ export const ProjectAccessTable: VFC = () => {
<TimeAgoCell value={value} emptyText="Never" />
),
sortType: 'date',
maxWidth: 100,
maxWidth: 130,
},
{
id: 'lastLogin',
@ -208,7 +208,7 @@ export const ProjectAccessTable: VFC = () => {
<TimeAgoCell value={value} emptyText="Never" />
),
sortType: 'date',
maxWidth: 100,
maxWidth: 130,
},
{
id: 'actions',