From 5c129455f610391edb5d5c9bbb2c4f004302227a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 19 Apr 2023 11:10:03 +0200 Subject: [PATCH] PluginBrowse: Fix double margin due to paragraph tag inside description (#66776) --- public/app/features/plugins/admin/pages/Browse.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/public/app/features/plugins/admin/pages/Browse.tsx b/public/app/features/plugins/admin/pages/Browse.tsx index 61cb863e675..f6996282216 100644 --- a/public/app/features/plugins/admin/pages/Browse.tsx +++ b/public/app/features/plugins/admin/pages/Browse.tsx @@ -65,12 +65,15 @@ export default function Browse({ route }: GrafanaRouteComponentProps): ReactElem } const subTitle = config.featureToggles.dataConnectionsConsole ? ( -

+

Extend the Grafana experience with panel plugins and apps. To find more data sources go to{' '} - Connections. -

+ + Connections + + . +
) : ( -

Extend the Grafana experience with panel plugins and apps.

+
Extend the Grafana experience with panel plugins and apps.
); return (