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,
|
||||
},
|
||||
currencyValueRow: {
|
||||
maxWidth: '125px',
|
||||
textAlign: 'right',
|
||||
},
|
||||
})
|
||||
|
|
|
@ -105,6 +105,7 @@ export const generateColumns = (): List<TableColumn> => {
|
|||
|
||||
const value: TableColumn = {
|
||||
id: BALANCE_TABLE_VALUE_ID,
|
||||
align: 'right',
|
||||
order: true,
|
||||
label: 'Value',
|
||||
custom: false,
|
||||
|
|
Loading…
Reference in New Issue