Minor fixes for space allocation

This commit is contained in:
Arnaud 2024-09-20 19:32:08 +02:00
parent 58f797b867
commit 3725479be6
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
1 changed files with 1 additions and 2 deletions

View File

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