Drawer: fixes title overflowing its container (#33857)

This commit is contained in:
Uchechukwu Obasi
2021-05-10 17:06:13 +01:00
committed by GitHub
parent 7367cfc0a3
commit 4238c6078a
@@ -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)};