Logs: Fix line not being selectable in Firefox (#61081)

fix log line not being selectable
This commit is contained in:
Sven Grossmann
2023-01-06 11:15:12 +01:00
committed by GitHub
parent 30424a8618
commit ece0c121a5
@@ -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;
`,
};
};