Commit c29888e0 authored by tom's avatar tom

try to fix test in CI

parent 788f8ec2
......@@ -29,7 +29,7 @@ const AddressCoinBalanceTableItem = (props: Props) => {
<Td>
{ props.transaction_hash ?
(
<Address maxW="150px" fontWeight="700">
<Address w="150px" fontWeight="700" display="block">
<AddressLink hash={ props.transaction_hash } type="transaction"/>
</Address>
) :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment