Skip to content

Commit

Permalink
fix: Dashboard list row height does not match other lists (#30025)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina authored Aug 27, 2024
1 parent fcf0450 commit 2afb66d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions superset-frontend/src/pages/DashboardList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,6 @@ function DashboardList(props: DashboardListProps) {
Header: t('Owners'),
accessor: 'owners',
disableSortBy: true,
cellProps: {
style: { padding: '0px' },
},
size: 'xl',
},
{
Expand Down

0 comments on commit 2afb66d

Please sign in to comment.