CEC-4545: fix responsive ecu table (#367)
* CEC-4545: fix responsive ecu table
This commit is contained in:
@@ -267,7 +267,12 @@ const useStyles = makeStyles((theme) => ({
|
||||
textDecoration: "inherit",
|
||||
color: "inherit",
|
||||
},
|
||||
tableSize: { height: 700, width: "100%" },
|
||||
tableSize: {
|
||||
width: "100%",
|
||||
},
|
||||
tabContainer: {
|
||||
maxWidth: "100%",
|
||||
},
|
||||
whiteBackground: { backgroundColor: "White" },
|
||||
progressIcon: { width: 40, height: 40 },
|
||||
progressSuccess: { color: "green" },
|
||||
@@ -288,7 +293,7 @@ const useStyles = makeStyles((theme) => ({
|
||||
},
|
||||
tableHeader: {
|
||||
textDecorationStyle: "solid",
|
||||
fontWeight:500,
|
||||
fontWeight: 500,
|
||||
},
|
||||
limitWidthTableCell: {
|
||||
maxWidth: "200px",
|
||||
|
||||
Reference in New Issue
Block a user