Merge pull request #1116 from ubavic/fix-transaction-details

fix: transaction details
This commit is contained in:
Rafael Taranto 2022-02-18 17:05:30 +00:00 committed by GitHub
commit 24f6839090
2 changed files with 3 additions and 1 deletions

View file

@ -53,6 +53,7 @@ const GET_TRANSACTIONS = gql`
discount
customerId
isAnonymous
rawTickerPrice
}
}
`

View file

@ -27,7 +27,8 @@ export default {
},
label: {
color: offColor,
margin: [[0, 0, 6, 0]]
margin: [[0, 0, 6, 0]],
whiteSpace: 'nowrap'
},
txIcon: {
marginRight: 10