Revert maxWidth removal testing

This commit is contained in:
Adam Harvey
2021-02-23 09:02:45 -05:00
parent 7bd6bde388
commit 560b4ad72a
@@ -34,9 +34,9 @@ import { JenkinsRunStatus } from '../BuildsPage/lib/Status';
import ExternalLinkIcon from '@material-ui/icons/Launch';
const useStyles = makeStyles(theme => ({
// root: {
// maxWidth: 720,
// },
root: {
maxWidth: 720,
},
table: {
padding: theme.spacing(1),
},