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

fixes #24154
This commit is contained in:
Zoltán Bedi
2020-05-25 11:38:50 +02:00
committed by GitHub
parent a1ee62877e
commit dca03a3b4a
@@ -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;
`,
};
};