Commit dca03a3b by Zoltán Bedi Committed by GitHub

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

fixes #24154
parent a1ee6287
...@@ -28,6 +28,7 @@ const getStyles = (theme: GrafanaTheme, height: number, visible: boolean) => { ...@@ -28,6 +28,7 @@ const getStyles = (theme: GrafanaTheme, height: number, visible: boolean) => {
width: 250px; width: 250px;
height: ${height + parseInt(theme.spacing.xxs, 10)}px; height: ${height + parseInt(theme.spacing.xxs, 10)}px;
position: relative; position: relative;
word-break: break-word;
`, `,
}; };
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment