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: {
flex: 1,
display: 'block',
overflowX: 'hidden',
overflowY: 'auto',
width: '100%',
maxHeight: '70vh'
}

View file

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