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:
parent
7ce5b3de64
commit
1ef84da688
@ -188,7 +188,7 @@ export const ProjectAccessTable: VFC = () => {
|
|||||||
<TimeAgoCell value={value} emptyText="Never" />
|
<TimeAgoCell value={value} emptyText="Never" />
|
||||||
),
|
),
|
||||||
sortType: 'date',
|
sortType: 'date',
|
||||||
maxWidth: 100,
|
maxWidth: 130,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'lastLogin',
|
id: 'lastLogin',
|
||||||
@ -208,7 +208,7 @@ export const ProjectAccessTable: VFC = () => {
|
|||||||
<TimeAgoCell value={value} emptyText="Never" />
|
<TimeAgoCell value={value} emptyText="Never" />
|
||||||
),
|
),
|
||||||
sortType: 'date',
|
sortType: 'date',
|
||||||
maxWidth: 100,
|
maxWidth: 130,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'actions',
|
id: 'actions',
|
||||||
|
Loading…
Reference in New Issue
Block a user