mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-02 04:13:17 +00:00
Remove entity description in row
This commit is contained in:
parent
1a3339453b
commit
ed558cd371
@ -128,18 +128,6 @@ export const useCellRenderer = <
|
||||
}}>
|
||||
{entityName}
|
||||
</Typography>
|
||||
<Typography
|
||||
sx={{
|
||||
color: theme.palette.allShades.gray[500],
|
||||
fontSize: '0.75rem',
|
||||
lineHeight: '18px',
|
||||
maxWidth: 200,
|
||||
overflow: 'hidden',
|
||||
textOverflow: 'ellipsis',
|
||||
whiteSpace: 'nowrap',
|
||||
}}>
|
||||
{entity.description || ''}
|
||||
</Typography>
|
||||
</Box>
|
||||
</Box>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user