diff --git a/superset-frontend/src/explore/components/DatasourcePanel.tsx b/superset-frontend/src/explore/components/DatasourcePanel.tsx index 637c0f96d..cc1129eaf 100644 --- a/superset-frontend/src/explore/components/DatasourcePanel.tsx +++ b/superset-frontend/src/explore/components/DatasourcePanel.tsx @@ -119,7 +119,10 @@ const DatasourceContainer = styled.div` padding: 0px; } .field-selections { - padding: ${({ theme }) => 2 * theme.gridUnit}px; + padding: ${({ theme }) => + `${2 * theme.gridUnit}px ${2 * theme.gridUnit}px ${ + 4 * theme.gridUnit + }px`}; overflow: auto; } .field-length { @@ -187,7 +190,6 @@ const DataSourcePanel = ({ placeholder={t('Search Metrics & Columns')} /> ))} - - {t('Metrics')}} key="metrics"