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; }