Improve erc20 columns width

pull/234/head
artemkolodko 2 years ago
parent 63488720fd
commit c3203304e0
  1. 4
      src/pages/AddressPage/tabs/transactions/columns/erc20.tsx

@ -72,7 +72,7 @@ export function getERC20Columns(id: string): ColumnConfig<any>[] {
<Text
color="minorText"
size="small"
style={{ width: '320px' }}
style={{ width: '260px' }}
>
Value
</Text>
@ -103,7 +103,7 @@ export function getERC20Columns(id: string): ColumnConfig<any>[] {
<Text
color="minorText"
size="small"
style={{ width: '120px' }}
style={{ width: '150px' }}
>
Token
</Text>

Loading…
Cancel
Save