[FLASK] Fix transaction insight data display (#16023)
* stringify content to display * check if data is a string to avoid stringifying it * prettify JSON datafeature/default_network_editable
parent
3271b812e3
commit
ca6701c27e
@ -1,3 +1,8 @@ |
|||||||
.snap-insight { |
.snap-insight { |
||||||
word-wrap: break-word; |
word-wrap: break-word; |
||||||
|
|
||||||
|
&__container__data__json { |
||||||
|
word-wrap: break-word; |
||||||
|
overflow-x: auto; |
||||||
|
} |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue