Potential fix for missing newlines in jsonexplorer (#26590)

Relates to https://github.com/grafana/grafana/issues/26584
This commit is contained in:
Massimiliano Ungheretti 2020-07-28 10:14:51 +02:00 committed by GitHub
parent bdbea6d1f2
commit 977bf2eca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@
.json-formatter-string {
color: $json-explorer-string-color;
white-space: normal;
white-space: pre-wrap;
word-wrap: break-word;
word-break: break-all;
}