Adjust the position of the qr code modal trigger element

pull/232/head
Ryan Arthur 7 years ago committed by Tim Mecklem
parent cfc74508cb
commit 82c4a720e1
  1. 8
      apps/explorer_web/lib/explorer_web/templates/address/overview.html.eex

@ -10,13 +10,13 @@
<tbody>
<tr>
<th scpoe="row">
<%= gettext "Copy Address" %>
<%= gettext "Overview" %>
</th>
<td>
<!-- Button trigger modal -->
<button type="button" class="btn btn-link" >
<i class="fas fa-qrcode" data-toggle="modal" data-target="#qrModal"></i>
</button>
<a href="#">
<i class="fas fa-qrcode fa-lg" data-toggle="modal" data-target="#qrModal"></i>
</a>
</td>
</tr>
<tr>

Loading…
Cancel
Save