Spacing and get text fix

pull/451/head
katibest 6 years ago committed by jimmay5469
parent 9c5b23f4c6
commit 300e5e1e6b
  1. 2
      apps/explorer_web/lib/explorer_web/templates/transaction/overview.html.eex
  2. 2
      apps/explorer_web/lib/explorer_web/templates/transaction_internal_transaction/index.html.eex

@ -108,4 +108,4 @@
</div>
</div>
</div>
</section>
</section>

@ -26,7 +26,7 @@
<!-- MOBILE DROPDOWN NAV -->
<ul class="nav nav-tabs card-header-tabs d-md-none">
<li class="nav-item dropdown flex-fill text-center">
<a class="nav-link active dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Internal Transactions</a>
<a class="nav-link active dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"><% gettext("Internal Transactions") %></a>
<div class="dropdown-menu">
<%= link(
gettext("Internal Transactions"),

Loading…
Cancel
Save