fix: increase width even more

This commit is contained in:
José Oliveira 2021-03-03 19:36:50 +00:00 committed by Josh Harvey
parent d2f1b6ec4c
commit 45b2c85f02

View file

@ -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}`