mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Potential fix for missing newlines in jsonexplorer (#26590)
Relates to https://github.com/grafana/grafana/issues/26584
This commit is contained in:
parent
bdbea6d1f2
commit
977bf2eca4
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
.json-formatter-string {
|
.json-formatter-string {
|
||||||
color: $json-explorer-string-color;
|
color: $json-explorer-string-color;
|
||||||
white-space: normal;
|
white-space: pre-wrap;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user