Merge pull request 'damn I hate CSS (and bugs): fix #69 strange render bug in aerospace' (#75) from fix-weird-display-bug into master
All checks were successful
SimcoDash/simcompanies-dashboard/pipeline/head This commit looks good
All checks were successful
SimcoDash/simcompanies-dashboard/pipeline/head This commit looks good
Reviewed-on: oliver/simcompanies-dashboard#75 Reviewed-by: falk <falk.ba@gmx.de>
This commit was merged in pull request #75.
This commit is contained in:
@@ -8,7 +8,8 @@ import CircularProgress from '@material-ui/core/CircularProgress';
|
||||
|
||||
const useStyles = makeStyles(theme => ({
|
||||
grid: {
|
||||
display: "flex"
|
||||
display: "flex",
|
||||
flexDirection: "column"
|
||||
},
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user