mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Table panel: Show ellipsis in Default cell when data link is wider than the column (#51975)
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}
|
||||
style={{ ...style, overflow: 'hidden' }}
|
||||
aria-label={selectors.components.DataLinksContextMenu.singleLink}
|
||||
>
|
||||
{children({})}
|
||||
|
||||
Reference in New Issue
Block a user