From 4238c6078a4640b304901fd6aaaea07ecfe65340 Mon Sep 17 00:00:00 2001 From: Uchechukwu Obasi Date: Mon, 10 May 2021 17:06:13 +0100 Subject: [PATCH] Drawer: fixes title overflowing its container (#33857) --- packages/grafana-ui/src/components/Drawer/Drawer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/grafana-ui/src/components/Drawer/Drawer.tsx b/packages/grafana-ui/src/components/Drawer/Drawer.tsx index f67ec82f646..c2d3592d831 100644 --- a/packages/grafana-ui/src/components/Drawer/Drawer.tsx +++ b/packages/grafana-ui/src/components/Drawer/Drawer.tsx @@ -67,6 +67,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme2, scrollableContent: boolea titleWrapper: css` margin-bottom: ${theme.spacing(3)}; padding: ${theme.spacing(0, 1, 0, 3)}; + overflow-wrap: break-word; `, titleSpacing: css` margin-bottom: ${theme.spacing(2)};