mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
prevent column overflow
This commit is contained in:
parent
0b8e90c0c8
commit
5df49e9273
@ -21,7 +21,7 @@ export function UsersTable({ data = [] }: { data: any[] }) {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
</GridColumn>
|
</GridColumn>
|
||||||
<GridColumn name="created" label={formatMessage(labels.created)} width={'100px'}>
|
<GridColumn name="created" label={formatMessage(labels.created)} width={'120px'}>
|
||||||
{row =>
|
{row =>
|
||||||
formatDistance(new Date(row.createdAt), new Date(), {
|
formatDistance(new Date(row.createdAt), new Date(), {
|
||||||
addSuffix: true,
|
addSuffix: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user