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: {
|
tableWrapper: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
display: 'block',
|
display: 'block',
|
||||||
overflowX: 'hidden',
|
overflowY: 'auto',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
maxHeight: '70vh'
|
maxHeight: '70vh'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue