added load more function to mobile view of responsive table to the remaining uses
This commit is contained in:
parent
45255f69d5
commit
e97773ffc9
6 changed files with 122 additions and 13 deletions
|
|
@ -371,7 +371,7 @@ export default function ObjectHeaterCard(props: Props) {
|
|||
}else {
|
||||
return (
|
||||
<React.Fragment>
|
||||
<CardContent style={{ paddingLeft: 30, paddingRight: 30 }}>
|
||||
<CardContent style={{ padding: 20 }}>
|
||||
<Grid
|
||||
container
|
||||
direction="row"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue