diff --git a/superset-frontend/src/explore/components/optionRenderers.tsx b/superset-frontend/src/explore/components/optionRenderers.tsx index 368138a4d..16f3908c6 100644 --- a/superset-frontend/src/explore/components/optionRenderers.tsx +++ b/superset-frontend/src/explore/components/optionRenderers.tsx @@ -27,8 +27,16 @@ import { } from '@superset-ui/chart-controls'; const OptionContainer = styled.div` + > span { + display: flex; + align-items: center; + } + .option-label { display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; & ~ i { margin-left: ${({ theme }) => theme.gridUnit}px; }