mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Logs: Fix line not being selectable in Firefox (#61081)
fix log line not being selectable
This commit is contained in:
@@ -86,6 +86,7 @@ const getStyles = (theme: GrafanaTheme2, showContextButton: boolean, isInDashboa
|
||||
letter-spacing: ${theme.typography.bodySmall.letterSpacing};
|
||||
text-align: left;
|
||||
padding: 0;
|
||||
user-select: text;
|
||||
`,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user