Fix Bug 69106 - Fixed the position of the menu with quota selection on the information panel.

This commit is contained in:
Tatiana Lopaeva 2024-07-10 17:49:41 +03:00
parent f61b6c422f
commit 9504b80c63

View File

@ -196,6 +196,7 @@ const SpaceQuota = (props) => {
modernView modernView
isLoading={isLoading} isLoading={isLoading}
manualWidth="fit-content" manualWidth="fit-content"
directionY="both"
/> />
</StyledBody> </StyledBody>
); );