mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-27 18:04:52 +00:00
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…
x
Reference in New Issue
Block a user