Fixed height issue with dashboard banner, added tooltips to the block details page.

pull/2607/head
Yegor San 5 years ago
parent 8fb6db2f47
commit 0515bc8647
  1. 2
      apps/block_scout_web/lib/block_scout_web/templates/block/overview.html.eex

@ -36,7 +36,7 @@
<!-- Block Hash --> <!-- Block Hash -->
<dl class="row"> <dl class="row">
<dt class="col-sm-3 text-muted " ><%= gettext "Hash" %></dt> <dt class="col-sm-3 text-muted"><%= gettext "Hash" %></dt>
<dd class="col-sm-9"><a class="transaction__link" data-toggle="tooltip" data-placement="top" title="" data-original-title="The SHA256 hash of the block."><%= to_string(@block.hash) %></a></dd> <dd class="col-sm-9"><a class="transaction__link" data-toggle="tooltip" data-placement="top" title="" data-original-title="The SHA256 hash of the block."><%= to_string(@block.hash) %></a></dd>
</dl> </dl>

Loading…
Cancel
Save