Skip to content

Commit 3cd024e

Browse files
bexsoftBenjamin Perezdvaldivia
authored
Changed sizes for main container & table paper (#377)
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net> Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com>
1 parent 9c0a407 commit 3cd024e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

portal-ui/src/screens/Console/Common/TableWrapper/TableWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ const styles = (theme: Theme) =>
114114
overflow: "auto",
115115
flexDirection: "column",
116116
padding: "19px 38px",
117-
minHeight: "200px",
118117
boxShadow: "none",
119118
border: "#EAEDEE 1px solid",
120119
borderRadius: 3,
120+
minHeight: "calc(100vh - 340px)",
121121
},
122122
allTableSettings: {
123123
"& .MuiTableCell-sizeSmall:last-child": {

portal-ui/src/screens/Console/Console.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ const styles = (theme: Theme) =>
131131
container: {
132132
paddingBottom: theme.spacing(4),
133133
margin: 0,
134+
width: "100%",
135+
maxWidth: "initial",
134136
},
135137
paper: {
136138
padding: theme.spacing(2),

0 commit comments

Comments
 (0)