From 2afb66d68d95c0a4d212190ad86860f6636f63a4 Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" <70410625+michael-s-molina@users.noreply.github.com> Date: Tue, 27 Aug 2024 14:02:17 -0300 Subject: [PATCH] fix: Dashboard list row height does not match other lists (#30025) --- superset-frontend/src/pages/DashboardList/index.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/superset-frontend/src/pages/DashboardList/index.tsx b/superset-frontend/src/pages/DashboardList/index.tsx index 8ffc51ce2..361168f41 100644 --- a/superset-frontend/src/pages/DashboardList/index.tsx +++ b/superset-frontend/src/pages/DashboardList/index.tsx @@ -383,9 +383,6 @@ function DashboardList(props: DashboardListProps) { Header: t('Owners'), accessor: 'owners', disableSortBy: true, - cellProps: { - style: { padding: '0px' }, - }, size: 'xl', }, {