From 366d0dd2bed7240bfc568c0669d6959f76ab49f5 Mon Sep 17 00:00:00 2001 From: Samuel Date: Thu, 2 Jun 2022 10:46:41 +0200 Subject: [PATCH] Improve responsive for node listing --- lib/archethic_web/templates/node/list.html.leex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/archethic_web/templates/node/list.html.leex b/lib/archethic_web/templates/node/list.html.leex index 62e2fd2aa1..70f0de643f 100644 --- a/lib/archethic_web/templates/node/list.html.leex +++ b/lib/archethic_web/templates/node/list.html.leex @@ -21,7 +21,7 @@

First public key

<%= link to: Routes.live_path(@socket, ArchethicWeb.NodeDetailsLive, Base.encode16(node.last_public_key)) do%> <%= Base.encode16(:binary.part(node.first_public_key, 0, 30)) %>... - <%= Base.encode16(:binary.part(node.first_public_key, 0, 13)) %>... + <%= Base.encode16(:binary.part(node.first_public_key, 0, 10)) %>... <% end %>