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

This commit is contained in:
Adela Almasan
2024-02-27 02:35:45 +02:00
committed by GitHub
parent 4db30754a6
commit 99271441fb
@@ -126,6 +126,7 @@ const getStyles = (theme: GrafanaTheme2) => {
maxWidth: '600px',
textOverflow: 'ellipsis',
overflow: 'hidden',
userSelect: 'text',
}),
labelDisabled: css({
label: 'LegendLabelDisabled',