Fix asset value column alignment (#1778)
This commit is contained in:
parent
1a50b59404
commit
188dc80912
|
@ -46,7 +46,6 @@ export const styles = createStyles({
|
||||||
marginRight: sm,
|
marginRight: sm,
|
||||||
},
|
},
|
||||||
currencyValueRow: {
|
currencyValueRow: {
|
||||||
maxWidth: '125px',
|
|
||||||
textAlign: 'right',
|
textAlign: 'right',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
@ -105,6 +105,7 @@ export const generateColumns = (): List<TableColumn> => {
|
||||||
|
|
||||||
const value: TableColumn = {
|
const value: TableColumn = {
|
||||||
id: BALANCE_TABLE_VALUE_ID,
|
id: BALANCE_TABLE_VALUE_ID,
|
||||||
|
align: 'right',
|
||||||
order: true,
|
order: true,
|
||||||
label: 'Value',
|
label: 'Value',
|
||||||
custom: false,
|
custom: false,
|
||||||
|
|
Loading…
Reference in New Issue