mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Legend: Allow item copy in Table mode (#83319)
This commit is contained in:
parent
4db30754a6
commit
99271441fb
@ -126,6 +126,7 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
maxWidth: '600px',
|
||||
textOverflow: 'ellipsis',
|
||||
overflow: 'hidden',
|
||||
userSelect: 'text',
|
||||
}),
|
||||
labelDisabled: css({
|
||||
label: 'LegendLabelDisabled',
|
||||
|
Loading…
Reference in New Issue
Block a user