We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d8b66 commit f5f3a4bCopy full SHA for f5f3a4b
src/containers/Storage/PDisk/PDisk.tsx
@@ -50,6 +50,8 @@ export const PDisk = ({
50
key={vdisk.StringifiedId}
51
className={b('vdisks-item')}
52
style={{
53
+ // 1 is small enough for empty disks to be of the minimum width
54
+ // but if all of them are empty, `flex-grow: 1` would size them evenly
55
flexGrow: Number(vdisk.AllocatedSize) || 1,
56
}}
57
>
src/utils/hooks/usePopupAnchor.ts
src/utils/hooks/usePopupOpenState.ts
0 commit comments