fix: orderedBy wrapping in table header

This commit is contained in:
Sérgio Salgado 2021-12-23 19:27:00 +00:00
parent bcda275177
commit 480548748a
2 changed files with 50 additions and 10 deletions

View file

@ -23,7 +23,7 @@ const ALL_COINS = {
code: 'ALL_COINS'
}
const cashInAndOutHeaderStyle = { marginLeft: 6 }
const cashInAndOutHeaderStyle = { marginLeft: 6, whiteSpace: 'nowrap' }
const cashInHeader = (
<div>
@ -487,8 +487,8 @@ const getListCommissionsFields = (getData, currency, defaults) => {
},
{
name: 'cryptoCurrencies',
display: 'Crypto Currency',
width: 265,
display: 'Crypto Currencydasdsa',
width: 255,
view: R.prop(0),
size: 'sm',
editable: false
@ -510,7 +510,7 @@ const getListCommissionsFields = (getData, currency, defaults) => {
header: cashOutHeader,
name: 'cashOut',
display: 'Cash-out',
width: 130,
width: 140,
input: NumberInput,
textAlign: 'right',
greenText: true,