diff --git a/superset-frontend/plugins/legacy-preset-chart-deckgl/src/components/Legend.tsx b/superset-frontend/plugins/legacy-preset-chart-deckgl/src/components/Legend.tsx index 2b0a9b40da50b..ab8ae78b73efb 100644 --- a/superset-frontend/plugins/legacy-preset-chart-deckgl/src/components/Legend.tsx +++ b/superset-frontend/plugins/legacy-preset-chart-deckgl/src/components/Legend.tsx @@ -40,11 +40,13 @@ const StyledLegend = styled.div` margin: 0; & li a { + display: flex; color: ${theme.colors.grayscale.base}; text-decoration: none; + padding: ${theme.gridUnit}px 0; & span { - margin-right: ${theme.gridUnit * 3}px; + margin-right: ${theme.gridUnit}px; } } }