From 41530482ec735924b22374eae8a31e83fd40e0bb Mon Sep 17 00:00:00 2001 From: James Wang <36892657+jamesxwang@users.noreply.github.com> Date: Tue, 26 Oct 2021 22:32:39 +0800 Subject: [PATCH] Plugins Catalog: Fix plugin details header styles (#40917) --- .../features/plugins/admin/components/PluginDetailsHeader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/plugins/admin/components/PluginDetailsHeader.tsx b/public/app/features/plugins/admin/components/PluginDetailsHeader.tsx index fe9d4acf695..01ac7f83972 100644 --- a/public/app/features/plugins/admin/components/PluginDetailsHeader.tsx +++ b/public/app/features/plugins/admin/components/PluginDetailsHeader.tsx @@ -124,7 +124,7 @@ export const getStyles = (theme: GrafanaTheme2) => { align-items: center; margin-top: ${theme.spacing()}; margin-bottom: ${theme.spacing()}; - + flex-flow: wrap; & > * { &::after { content: '|';