fix: Dashboard list row height does not match other lists (#30025)
This commit is contained in:
parent
fcf0450294
commit
2afb66d68d
|
|
@ -383,9 +383,6 @@ function DashboardList(props: DashboardListProps) {
|
|||
Header: t('Owners'),
|
||||
accessor: 'owners',
|
||||
disableSortBy: true,
|
||||
cellProps: {
|
||||
style: { padding: '0px' },
|
||||
},
|
||||
size: 'xl',
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue