Skip to content
Snippets Groups Projects
Commit 09d4bdf8 authored by Loïc Poullain's avatar Loïc Poullain
Browse files

Fix table card size

parent b6270ea0
Branches
No related tags found
1 merge request!100Permettre d'avoir des augmentations (resp. minorations) de DSR et DSU différentes
......@@ -51,7 +51,7 @@ class Results extends PureComponent<Props> {
<Grid item lg={4} md={6} sm={6} xl={3} xs={12}>
<CommuneSummary dotation="dsu" />
</Grid>
<Grid item lg={8} md={12} sm={6} xl={6} xs={12}>
<Grid item lg={12} md={12} sm={6} xl={6} xs={12}>
<CommuneStrateDetails />
</Grid>
</Grid>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment