diff --git a/public/app/features/plugins/admin/components/PluginListItem.tsx b/public/app/features/plugins/admin/components/PluginListItem.tsx index 584656809c0..d86cfb4955a 100644 --- a/public/app/features/plugins/admin/components/PluginListItem.tsx +++ b/public/app/features/plugins/admin/components/PluginListItem.tsx @@ -151,6 +151,8 @@ export const getStyles = (theme: GrafanaTheme2) => { fontSize: theme.typography.h4.fontSize, color: theme.colors.text.primary, margin: 0, + wordBreak: 'normal', + overflowWrap: 'anywhere' }), }; };