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}
|
||||
emptyText="No machines so far"
|
||||
expandable
|
||||
tableClassName={classes.dataTable}
|
||||
/>
|
||||
|
||||
{data && R.isEmpty(machines) && (
|
||||
|
|
|
|||
|
|
@ -52,5 +52,8 @@ export default {
|
|||
height: '100%',
|
||||
width: 1,
|
||||
backgroundColor: offDarkColor
|
||||
},
|
||||
dataTable: {
|
||||
marginBottom: 80
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue