fix: column width instead of hidden overflow
This commit is contained in:
parent
fc16bb4b94
commit
1c2a254e43
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ const styles = {
|
|||
tableWrapper: {
|
||||
flex: 1,
|
||||
display: 'block',
|
||||
overflowX: 'hidden',
|
||||
overflowY: 'auto',
|
||||
width: '100%',
|
||||
maxHeight: '70vh'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue