From 7a10a0cb1607061fcd651a4770d8eacd84a0f620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 14 Sep 2022 21:11:36 +0200 Subject: [PATCH] Gauge: Fixes empty/broken Gauge panels with datalinks (#55129) --- .../src/components/DataLinks/DataLinksContextMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grafana-ui/src/components/DataLinks/DataLinksContextMenu.tsx b/packages/grafana-ui/src/components/DataLinks/DataLinksContextMenu.tsx index 007c521719f..1bb1236eee8 100644 --- a/packages/grafana-ui/src/components/DataLinks/DataLinksContextMenu.tsx +++ b/packages/grafana-ui/src/components/DataLinks/DataLinksContextMenu.tsx @@ -62,7 +62,7 @@ export const DataLinksContextMenu: React.FC = ({ chil onClick={linkModel.onClick} target={linkModel.target} title={linkModel.title} - style={{ ...style, overflow: 'hidden', display: 'flex' }} + style={{ ...style, overflow: 'hidden', display: 'flex', flexGrow: 1 }} aria-label={selectors.components.DataLinksContextMenu.singleLink} > {children({})}