Explore: fix word break in type head info (#25014)

fixes #24154

(cherry picked from commit dca03a3b4a)
This commit is contained in:
Zoltán Bedi
2020-05-26 10:05:56 +02:00
committed by Hugo Häggmark
parent fa0670e734
commit 40d7234d02
@@ -28,6 +28,7 @@ const getStyles = (theme: GrafanaTheme, height: number, visible: boolean) => {
width: 250px;
height: ${height + parseInt(theme.spacing.xxs, 10)}px;
position: relative;
word-break: break-word;
`,
};
};