Skip to content

Commit

Permalink
Merge pull request #772 from iotaledger/fix/data-toggle-word-break
Browse files Browse the repository at this point in the history
Fix: Word break in Data Toggle component
  • Loading branch information
msarcev authored May 5, 2023
2 parents efbc113 + 172a0e2 commit d8a6af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/components/DataToggle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}

.data-toggle--content {
word-break: break-all;
word-break: break-word;

.json-viewer {
max-height: 1000px;
Expand Down

0 comments on commit d8a6af8

Please sign in to comment.