mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 23:16:16 -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 {
|
||||
color: $json-explorer-string-color;
|
||||
white-space: normal;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user