From 3158f15ce5ce4be6ae07d24ba44210864e1cda9c Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 11 Mar 2022 06:06:25 -0500 Subject: [PATCH] Gauge: Fixes blank viz when data link is added and orientation was horizontal (#46335) (#46445) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit cb0b089d32ab41b467812462b52b9acd04a7bf41) Co-authored-by: Torkel Ödegaard --- .../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 7eb4714a71b..2756b65ae41 100644 --- a/packages/grafana-ui/src/components/DataLinks/DataLinksContextMenu.tsx +++ b/packages/grafana-ui/src/components/DataLinks/DataLinksContextMenu.tsx @@ -60,7 +60,7 @@ export const DataLinksContextMenu: React.FC = ({ chil onClick={linkModel.onClick} target={linkModel.target} title={linkModel.title} - style={{ display: 'flex' }} + style={{ display: 'flex', width: '100%' }} aria-label={selectors.components.DataLinksContextMenu.singleLink} > {children({})}