Legend: Allow item copy in Table mode (#83319)

pull/83457/head
Adela Almasan 1 year ago committed by GitHub
parent 4db30754a6
commit 99271441fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/grafana-ui/src/components/VizLegend/VizLegendTableItem.tsx

@ -126,6 +126,7 @@ const getStyles = (theme: GrafanaTheme2) => {
maxWidth: '600px',
textOverflow: 'ellipsis',
overflow: 'hidden',
userSelect: 'text',
}),
labelDisabled: css({
label: 'LegendLabelDisabled',

Loading…
Cancel
Save