mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PluginDetailsBody: Use proper cases for the styles (#95640)
This commit is contained in:
parent
f7e9aeac6e
commit
841a87c978
@ -153,7 +153,7 @@ export const getStyles = (theme: GrafanaTheme2) => ({
|
||||
margin: theme.spacing(1, 0),
|
||||
},
|
||||
code: {
|
||||
'white-space': 'pre-wrap',
|
||||
whiteSpace: 'pre-wrap',
|
||||
},
|
||||
},
|
||||
a: {
|
||||
|
Loading…
Reference in New Issue
Block a user