From 842e10a763e11f7e981fe1accd7d2582cab60ec2 Mon Sep 17 00:00:00 2001 From: Aleix Soler Date: Sat, 19 Jul 2025 12:55:27 +0200 Subject: [PATCH] chore: fix ui for dasboard component --- styles/components/dashboard.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/styles/components/dashboard.css b/styles/components/dashboard.css index a96f151..968002a 100644 --- a/styles/components/dashboard.css +++ b/styles/components/dashboard.css @@ -8,9 +8,6 @@ } .status-dashboard { - height: 100%; - display: flex; - flex-direction: column; background: var(--background-primary); }