fix: increase width even more
This commit is contained in:
parent
d2f1b6ec4c
commit
45b2c85f02
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ const Transactions = () => {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
header: 'Cash',
|
header: 'Cash',
|
||||||
width: 110,
|
width: 126,
|
||||||
textAlign: 'right',
|
textAlign: 'right',
|
||||||
size: 'sm',
|
size: 'sm',
|
||||||
view: it => `${Number.parseFloat(it.fiat)} ${it.fiatCode}`
|
view: it => `${Number.parseFloat(it.fiat)} ${it.fiatCode}`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue