fix: Footer covering maintenance cash units table
This commit is contained in:
parent
82bef35754
commit
0b06cc28c6
2 changed files with 4 additions and 0 deletions
|
|
@ -261,6 +261,7 @@ const CashCassettes = () => {
|
||||||
Details={InnerCashUnitDetails}
|
Details={InnerCashUnitDetails}
|
||||||
emptyText="No machines so far"
|
emptyText="No machines so far"
|
||||||
expandable
|
expandable
|
||||||
|
tableClassName={classes.dataTable}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{data && R.isEmpty(machines) && (
|
{data && R.isEmpty(machines) && (
|
||||||
|
|
|
||||||
|
|
@ -52,5 +52,8 @@ export default {
|
||||||
height: '100%',
|
height: '100%',
|
||||||
width: 1,
|
width: 1,
|
||||||
backgroundColor: offDarkColor
|
backgroundColor: offDarkColor
|
||||||
|
},
|
||||||
|
dataTable: {
|
||||||
|
marginBottom: 80
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue