fix: [AH-780]: fix version name overflow (#3172)

* fix: [AH-780]: fix version name overflow
This commit is contained in:
Abhishek Bane 2024-12-17 16:56:13 +00:00 committed by Harness
parent c73014bc83
commit 0a683e73a9

View File

@ -127,7 +127,7 @@ export const RegistryArtifactLatestUpdatedCell: CellType = ({ row }) => {
} }
return ( return (
<Layout.Vertical spacing="small"> <Layout.Vertical spacing="small">
<Text color={Color.PRIMARY_7} font={{ size: 'small' }}> <Text lineClamp={1} color={Color.PRIMARY_7} font={{ size: 'small' }}>
{latestVersion} {latestVersion}
</Text> </Text>
<TableCells.LastModifiedCell value={defaultTo(lastModified, 0)} /> <TableCells.LastModifiedCell value={defaultTo(lastModified, 0)} />