Skip to content

Commit

Permalink
Changed sizes for main container & table paper (#377)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net>
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com>
  • Loading branch information
3 people committed Nov 5, 2020
1 parent 9c0a407 commit 3cd024e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 2 additions & 0 deletions portal-ui/src/screens/Console/Console.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ const styles = (theme: Theme) =>
container: {
paddingBottom: theme.spacing(4),
margin: 0,
width: "100%",
maxWidth: "initial",
},
paper: {
padding: theme.spacing(2),
Expand Down

0 comments on commit 3cd024e

Please sign in to comment.