From 841a87c9781f4115546483ae4f971cb5435508f4 Mon Sep 17 00:00:00 2001 From: Alex Khomenko Date: Thu, 31 Oct 2024 13:03:27 +0200 Subject: [PATCH] PluginDetailsBody: Use proper cases for the styles (#95640) --- .../app/features/plugins/admin/components/PluginDetailsBody.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {