From 183fe2876923650838e1b91bc9eda90162eeab8c Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 26 Oct 2021 09:03:00 -0600 Subject: [PATCH] Plugins Catalog: Fix plugin details header styles (#40917) (#40948) (cherry picked from commit 41530482ec735924b22374eae8a31e83fd40e0bb) Co-authored-by: James Wang <36892657+jamesxwang@users.noreply.github.com> --- .../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 072cbdf3ab8..6dea3ee481a 100644 --- a/public/app/features/plugins/admin/components/PluginDetailsHeader.tsx +++ b/public/app/features/plugins/admin/components/PluginDetailsHeader.tsx @@ -120,7 +120,7 @@ export const getStyles = (theme: GrafanaTheme2) => { align-items: center; margin-top: ${theme.spacing()}; margin-bottom: ${theme.spacing()}; - + flex-flow: wrap; & > * { &::after { content: '|';