fix: column width instead of hidden overflow

This commit is contained in:
Sérgio Salgado 2021-02-11 14:57:42 +00:00 committed by Josh Harvey
parent fc16bb4b94
commit 1c2a254e43
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ const styles = {
tableWrapper: { tableWrapper: {
flex: 1, flex: 1,
display: 'block', display: 'block',
overflowX: 'hidden', overflowY: 'auto',
width: '100%', width: '100%',
maxHeight: '70vh' maxHeight: '70vh'
} }

View file

@ -450,7 +450,7 @@ const getListCommissionsFields = (getData, currency, defaults) => {
{ {
name: 'cryptoCurrencies', name: 'cryptoCurrencies',
display: 'Crypto Currency', display: 'Crypto Currency',
width: 280, width: 265,
view: R.prop(0), view: R.prop(0),
size: 'sm', size: 'sm',
editable: false editable: false