diff --git a/superset-frontend/src/components/Label/index.tsx b/superset-frontend/src/components/Label/index.tsx index 4768667aab..e87451f8f5 100644 --- a/superset-frontend/src/components/Label/index.tsx +++ b/superset-frontend/src/components/Label/index.tsx @@ -38,6 +38,10 @@ export interface LabelProps { const SupersetLabel = styled(BootstrapLabel)` /* un-bunch them! */ margin-right: ${({ theme }) => theme.gridUnit}px; + max-width: 100%; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; &:first-of-type { margin-left: 0;