Changed sizes for main container & table paper (#377)

Co-authored-by: Benjamin Perez <benjamin@bexsoft.net>
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com>
This commit is contained in:
Alex
2020-11-04 18:36:51 -06:00
committed by GitHub
parent 9c0a407db6
commit 3cd024ea2c
2 changed files with 3 additions and 1 deletions

View File

@@ -114,10 +114,10 @@ const styles = (theme: Theme) =>
overflow: "auto",
flexDirection: "column",
padding: "19px 38px",
minHeight: "200px",
boxShadow: "none",
border: "#EAEDEE 1px solid",
borderRadius: 3,
minHeight: "calc(100vh - 340px)",
},
allTableSettings: {
"& .MuiTableCell-sizeSmall:last-child": {

View File

@@ -131,6 +131,8 @@ const styles = (theme: Theme) =>
container: {
paddingBottom: theme.spacing(4),
margin: 0,
width: "100%",
maxWidth: "initial",
},
paper: {
padding: theme.spacing(2),