CSS fix - address in inputs on tx page

This commit is contained in:
Vamsi Krishna B 2021-07-14 11:31:01 +05:30
parent fec104ffb4
commit d884ca6279
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ Inputs (<%= vin_count(@tx.vin) %>)
<li class="pl-3 pr-4 py-3 flex items-center justify-between text-sm">
<div class="w-0 flex-1 flex items-center">
<a href='/address/<%= input.address %>'>
<span class="ml-2 flex-1 w-0 truncate break-words">
<span class="ml-2 flex-1 w-0 truncate break-all">
<%= input.address %>
</span>
</a>