PluginDetailsBody: Use proper cases for the styles (#95640)

This commit is contained in:
Alex Khomenko 2024-10-31 13:03:27 +02:00 committed by GitHub
parent f7e9aeac6e
commit 841a87c978
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -153,7 +153,7 @@ export const getStyles = (theme: GrafanaTheme2) => ({
margin: theme.spacing(1, 0),
},
code: {
'white-space': 'pre-wrap',
whiteSpace: 'pre-wrap',
},
},
a: {