diff --git a/public/app/features/plugins/admin/components/PluginDetailsBody.tsx b/public/app/features/plugins/admin/components/PluginDetailsBody.tsx index d1dd68e0bb2..c9d8907a2b3 100644 --- a/public/app/features/plugins/admin/components/PluginDetailsBody.tsx +++ b/public/app/features/plugins/admin/components/PluginDetailsBody.tsx @@ -153,7 +153,7 @@ export const getStyles = (theme: GrafanaTheme2) => ({ margin: theme.spacing(1, 0), }, code: { - 'white-space': 'pre-wrap', + whiteSpace: 'pre-wrap', }, }, a: {