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

This commit is contained in:
Adela Almasan
2024-02-26 18:35:45 -06:00
committed by GitHub
parent 4db30754a6
commit 99271441fb

View File

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