mirror of
https://github.com/harness/drone.git
synced 2025-05-20 19:09:59 +08:00
fix: [AH-780]: fix version name overflow (#3172)
* fix: [AH-780]: fix version name overflow
This commit is contained in:
parent
c73014bc83
commit
0a683e73a9
@ -127,7 +127,7 @@ export const RegistryArtifactLatestUpdatedCell: CellType = ({ row }) => {
|
||||
}
|
||||
return (
|
||||
<Layout.Vertical spacing="small">
|
||||
<Text color={Color.PRIMARY_7} font={{ size: 'small' }}>
|
||||
<Text lineClamp={1} color={Color.PRIMARY_7} font={{ size: 'small' }}>
|
||||
{latestVersion}
|
||||
</Text>
|
||||
<TableCells.LastModifiedCell value={defaultTo(lastModified, 0)} />
|
||||
|
Loading…
Reference in New Issue
Block a user