diff --git a/dashboard/src/views/SystemView.vue b/dashboard/src/views/SystemView.vue index 79ba286fd..2b68deeb3 100644 --- a/dashboard/src/views/SystemView.vue +++ b/dashboard/src/views/SystemView.vue @@ -123,7 +123,8 @@ onMounted(async () => { .graphs { display: flex; - gap: 60px; + gap: 20px; + flex-wrap: wrap; justify-content: space-between; }