diff --git a/packages/grafana-ui/src/components/Typeahead/TypeaheadInfo.tsx b/packages/grafana-ui/src/components/Typeahead/TypeaheadInfo.tsx index 059bf2fbc34..c6d66e99fd1 100644 --- a/packages/grafana-ui/src/components/Typeahead/TypeaheadInfo.tsx +++ b/packages/grafana-ui/src/components/Typeahead/TypeaheadInfo.tsx @@ -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; `, }; };