1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 18:41:38 +01:00
metamask-extension/ui/components/app/confirm-page-container/flask/index.scss
Guillaume Roux ca6701c27e
[FLASK] Fix transaction insight data display (#16023)
* stringify content to display

* check if data is a string to avoid stringifying it

* prettify JSON data
2022-10-05 19:43:44 +02:00

9 lines
126 B
SCSS

.snap-insight {
word-wrap: break-word;
&__container__data__json {
word-wrap: break-word;
overflow-x: auto;
}
}