mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Gauge: Fixes empty/broken Gauge panels with datalinks (#55129)
This commit is contained in:
@@ -62,7 +62,7 @@ export const DataLinksContextMenu: React.FC<DataLinksContextMenuProps> = ({ 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({})}
|
||||
|
||||
Reference in New Issue
Block a user