diff --git a/superset-frontend/src/components/Label/index.tsx b/superset-frontend/src/components/Label/index.tsx index f75b55dc3e..4e33ede844 100644 --- a/superset-frontend/src/components/Label/index.tsx +++ b/superset-frontend/src/components/Label/index.tsx @@ -101,6 +101,7 @@ export default function Label(props: LabelProps) { padding: '0.35em 0.8em', lineHeight: 1, color, + maxWidth: '100%', '&:hover': { backgroundColor: backgroundColorHover, borderColor: borderColorHover,