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:
@@ -114,10 +114,10 @@ const styles = (theme: Theme) =>
|
|||||||
overflow: "auto",
|
overflow: "auto",
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
padding: "19px 38px",
|
padding: "19px 38px",
|
||||||
minHeight: "200px",
|
|
||||||
boxShadow: "none",
|
boxShadow: "none",
|
||||||
border: "#EAEDEE 1px solid",
|
border: "#EAEDEE 1px solid",
|
||||||
borderRadius: 3,
|
borderRadius: 3,
|
||||||
|
minHeight: "calc(100vh - 340px)",
|
||||||
},
|
},
|
||||||
allTableSettings: {
|
allTableSettings: {
|
||||||
"& .MuiTableCell-sizeSmall:last-child": {
|
"& .MuiTableCell-sizeSmall:last-child": {
|
||||||
|
|||||||
@@ -131,6 +131,8 @@ const styles = (theme: Theme) =>
|
|||||||
container: {
|
container: {
|
||||||
paddingBottom: theme.spacing(4),
|
paddingBottom: theme.spacing(4),
|
||||||
margin: 0,
|
margin: 0,
|
||||||
|
width: "100%",
|
||||||
|
maxWidth: "initial",
|
||||||
},
|
},
|
||||||
paper: {
|
paper: {
|
||||||
padding: theme.spacing(2),
|
padding: theme.spacing(2),
|
||||||
|
|||||||
Reference in New Issue
Block a user