damn I hate CSS (and bugs): fix #69 strange render bug in aerospace #75
@@ -8,7 +8,8 @@ import CircularProgress from '@material-ui/core/CircularProgress';
|
|||||||
|
|
||||||
const useStyles = makeStyles(theme => ({
|
const useStyles = makeStyles(theme => ({
|
||||||
grid: {
|
grid: {
|
||||||
display: "flex"
|
display: "flex",
|
||||||
|
flexDirection: "column"
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user