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> <tbody>
<tr> <tr>
<th scpoe="row"> <th scpoe="row">
<%= gettext "Copy Address" %> <%= gettext "Overview" %>
</th> </th>
<td> <td>
<!-- Button trigger modal --> <!-- Button trigger modal -->
<button type="button" class="btn btn-link" > <a href="#">
<i class="fas fa-qrcode" data-toggle="modal" data-target="#qrModal"></i> <i class="fas fa-qrcode fa-lg" data-toggle="modal" data-target="#qrModal"></i>
</button> </a>
</td> </td>
</tr> </tr>
<tr> <tr>

Loading…
Cancel
Save