diff --git a/frontend/src/app/components/graphs/graphs.component.html b/frontend/src/app/components/graphs/graphs.component.html
index 94241b825..073aa02dc 100644
--- a/frontend/src/app/components/graphs/graphs.component.html
+++ b/frontend/src/app/components/graphs/graphs.component.html
@@ -1,4 +1,4 @@
-
+
+
diff --git a/frontend/src/app/components/graphs/graphs.component.scss b/frontend/src/app/components/graphs/graphs.component.scss
index 0a066266d..715ec1b42 100644
--- a/frontend/src/app/components/graphs/graphs.component.scss
+++ b/frontend/src/app/components/graphs/graphs.component.scss
@@ -1,8 +1,8 @@
.menu {
- flex-grow: 1;
+ flex-wrap: wrap;
padding: 0 35px;
@media (min-width: 576px) {
- max-width: 400px;
+ max-width: 600px;
}
& > * {
@@ -11,5 +11,6 @@
&.last-child {
margin-inline-end: 0;
}
+ margin-bottom: 5px;
}
}
\ No newline at end of file