Fix: content width
This commit is contained in:
@@ -62,7 +62,7 @@ const useStyles = makeStyles(theme => ({
|
||||
fontWeight: '300',
|
||||
color: theme.palette.primary.dark,
|
||||
backgroundColor: theme.palette.input.main,
|
||||
minWidth: '60vw',
|
||||
minWidth: '65vw',
|
||||
padding: 0,
|
||||
margin: 0,
|
||||
paddingLeft: theme.spacing(2),
|
||||
|
||||
@@ -24,7 +24,7 @@ const styles = theme => ({
|
||||
fontWeight: '300',
|
||||
color: theme.palette.primary.dark,
|
||||
backgroundColor: theme.palette.input.main,
|
||||
minWidth: '60vw',
|
||||
minWidth: '65vw',
|
||||
padding: 0,
|
||||
margin: 0,
|
||||
paddingLeft: theme.spacing(2),
|
||||
|
||||
@@ -29,7 +29,7 @@ const styles = theme => ({
|
||||
'& .griddle-table-body': {
|
||||
[theme.breakpoints.up('md')]: {
|
||||
padding: theme.spacing(0, 1),
|
||||
width: '60vw',
|
||||
width: '65vw',
|
||||
},
|
||||
padding: theme.spacing(0, 1),
|
||||
width: 'inherit',
|
||||
|
||||
@@ -28,7 +28,7 @@ const styles = theme => ({
|
||||
'& .griddle-table-body': {
|
||||
[theme.breakpoints.up('md')]: {
|
||||
padding: theme.spacing(0, 1),
|
||||
width: '60vw',
|
||||
width: '65vw',
|
||||
},
|
||||
padding: theme.spacing(0, 1),
|
||||
width: 'inherit',
|
||||
|
||||
Reference in New Issue
Block a user