mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
ca6701c27e
* stringify content to display * check if data is a string to avoid stringifying it * prettify JSON data
9 lines
126 B
SCSS
9 lines
126 B
SCSS
.snap-insight {
|
|
word-wrap: break-word;
|
|
|
|
&__container__data__json {
|
|
word-wrap: break-word;
|
|
overflow-x: auto;
|
|
}
|
|
}
|