From 3725479be63c4e10926334d5a51448c246e28438 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 20 Sep 2024 19:32:08 +0200 Subject: [PATCH] Minor fixes for space allocation --- src/components/SpaceAllocation/spaceAllocation.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/SpaceAllocation/spaceAllocation.css b/src/components/SpaceAllocation/spaceAllocation.css index e425ef1..5027b40 100644 --- a/src/components/SpaceAllocation/spaceAllocation.css +++ b/src/components/SpaceAllocation/spaceAllocation.css @@ -2,7 +2,7 @@ height: 10px; display: flex; gap: 0.75rem; - margin-bottom: 1rem; + margin-bottom: 0.5rem; } .nodeSpaceAllocation-barQuota { @@ -34,7 +34,6 @@ } .nodeSpaceAllocation-legend { - margin-top: 0.75rem; display: flex; gap: 0.75rem; }