From 9a9f093e634e894a06f2983c207f4a008ecf6c2e Mon Sep 17 00:00:00 2001 From: Geido <60598000+geido@users.noreply.github.com> Date: Tue, 18 May 2021 01:31:09 +0300 Subject: [PATCH] Add max width (#14663) --- superset-frontend/src/components/Label/index.tsx | 1 + 1 file changed, 1 insertion(+) 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,