diff --git a/public/app/features/plugins/admin/components/PluginDetailsPage.tsx b/public/app/features/plugins/admin/components/PluginDetailsPage.tsx index 39f9b50659e..8eaeb076516 100644 --- a/public/app/features/plugins/admin/components/PluginDetailsPage.tsx +++ b/public/app/features/plugins/admin/components/PluginDetailsPage.tsx @@ -111,6 +111,7 @@ export const getStyles = (theme: GrafanaTheme2) => { tabContent: css` overflow: auto; height: 100%; + padding-left: 5px; `, }; };