mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-20 13:00:32 +08:00
npm run fmt && npm run lint
This commit is contained in:
@@ -97,10 +97,10 @@ const useStyles = makeStyles((theme: Theme) =>
|
||||
color: theme.palette.grey[500],
|
||||
},
|
||||
containerStyle: {
|
||||
["@media (min-width: 1280px)"]: {
|
||||
maxWidth: "100%"
|
||||
}
|
||||
}
|
||||
["@media (min-width: 1280px)"]: {
|
||||
maxWidth: "100%",
|
||||
},
|
||||
},
|
||||
})
|
||||
)
|
||||
|
||||
|
||||
@@ -45,9 +45,9 @@ const useStyles = makeStyles((theme: Theme) =>
|
||||
},
|
||||
containerStyle: {
|
||||
["@media (min-width: 1280px)"]: {
|
||||
maxWidth: "100%"
|
||||
}
|
||||
}
|
||||
maxWidth: "100%",
|
||||
},
|
||||
},
|
||||
})
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user