diff --git a/components/metrics/BarChart.module.css b/components/metrics/BarChart.module.css index 1768d15b..c54f2d4a 100644 --- a/components/metrics/BarChart.module.css +++ b/components/metrics/BarChart.module.css @@ -1,7 +1,6 @@ .chart { position: relative; height: 400px; - overflow: hidden; } diff --git a/components/metrics/Legend.module.css b/components/metrics/Legend.module.css index 20deffcd..b079e67f 100644 --- a/components/metrics/Legend.module.css +++ b/components/metrics/Legend.module.css @@ -2,7 +2,7 @@ display: flex; justify-content: center; flex-wrap: wrap; - margin-top: 10px; + padding: 10px 0; } .label { diff --git a/components/metrics/WebsiteChart.module.css b/components/metrics/WebsiteChart.module.css index 05bfcbb8..3a3d4718 100644 --- a/components/metrics/WebsiteChart.module.css +++ b/components/metrics/WebsiteChart.module.css @@ -7,7 +7,7 @@ .chart { position: relative; - padding-bottom: 10px; + overflow: hidden; } .title {