diff --git a/src/components/admin/dashboard-statistics/CountryStats.tsx b/src/components/admin/dashboard-statistics/CountryStats.tsx index 70f09154f..6025d528c 100644 --- a/src/components/admin/dashboard-statistics/CountryStats.tsx +++ b/src/components/admin/dashboard-statistics/CountryStats.tsx @@ -22,8 +22,12 @@ const CountryStats = () => { return ( <>
- - +
+ +
+
+ +

Statut: Observateur

diff --git a/src/components/admin/dashboard-statistics/styles/charts.module.css b/src/components/admin/dashboard-statistics/styles/charts.module.css index 92d88abc3..adba06cab 100644 --- a/src/components/admin/dashboard-statistics/styles/charts.module.css +++ b/src/components/admin/dashboard-statistics/styles/charts.module.css @@ -9,6 +9,15 @@ .filtersContainer { display: flex; + padding-bottom: 5%; +} + +.phaseFilter { + flex: 1; +} + +.countryFilter { + flex: 2; } .horizontalBars {