CEC-4545: fix responsive ecu table (#367)

* CEC-4545: fix responsive ecu table
This commit is contained in:
Tristan Timblin
2023-06-21 13:41:40 -04:00
committed by GitHub
parent 5120c27187
commit 224b4b2157
7 changed files with 42 additions and 12 deletions

View File

@@ -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",