From 3e482a9d0d5df72d0d1d338d569ac5ffe5834398 Mon Sep 17 00:00:00 2001 From: nikitosing Date: Fri, 22 Apr 2022 10:32:00 +0300 Subject: [PATCH] Split long contract output to multiple lines --- CHANGELOG.md | 1 + .../templates/smart_contract/_functions.html.eex | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e5dd340e..becfafe6c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - [#5268](https://github.com/blockscout/blockscout/pull/5268) - Contract names display improvement ### Fixes +- [#5488](https://github.com/blockscout/blockscout/pull/5488) - Split long contract output to multiple lines - [#5455](https://github.com/blockscout/blockscout/pull/5455) - Fix unverified_smart_contract function: add md5 of bytecode to the changeset - [#5454](https://github.com/blockscout/blockscout/pull/5454) - Docker: Fix the qemu-x86_64 signal 11 error on Apple Silicon - [#5443](https://github.com/blockscout/blockscout/pull/5443) - Geth: display tx revert reason diff --git a/apps/block_scout_web/lib/block_scout_web/templates/smart_contract/_functions.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/smart_contract/_functions.html.eex index 191c9836e0..baf0c0ebc0 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/smart_contract/_functions.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/smart_contract/_functions.html.eex @@ -148,7 +148,7 @@ <% else %> -
"><%= raw(values_with_type(output["value"], output["type"], [output["name"]], 0, output["components"])) %>
+
"><%= raw(values_with_type(output["value"], output["type"], [output["name"]], 0, output["components"])) %>
<% end %> <% end %> <% end %>