From 64ec926ca56f12c4a3642f364bc4233cc3b5307a Mon Sep 17 00:00:00 2001 From: Ryan Arthur Date: Fri, 29 Jun 2018 09:26:50 -0400 Subject: [PATCH] Constrain the width of the internal transaction content area --- .../templates/address_internal_transaction/index.html.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/explorer_web/lib/explorer_web/templates/address_internal_transaction/index.html.eex b/apps/explorer_web/lib/explorer_web/templates/address_internal_transaction/index.html.eex index 5a6796a62b..0d061a2eb2 100644 --- a/apps/explorer_web/lib/explorer_web/templates/address_internal_transaction/index.html.eex +++ b/apps/explorer_web/lib/explorer_web/templates/address_internal_transaction/index.html.eex @@ -1,4 +1,4 @@ -
+
<%= render ExplorerWeb.AddressView, "overview.html", assigns %>