diff --git a/src/containers/Storage/StorageGroups/columns/columns.tsx b/src/containers/Storage/StorageGroups/columns/columns.tsx index a1c4c54d4..7f68e1e57 100644 --- a/src/containers/Storage/StorageGroups/columns/columns.tsx +++ b/src/containers/Storage/StorageGroups/columns/columns.tsx @@ -230,7 +230,7 @@ const getVDisksColumn = (data?: GetStorageColumnsData): StorageGroupsColumn => ( className: b('vdisks-column'), render: ({row}) => <VDisks vDisks={row.VDisks} viewContext={data?.viewContext} />, align: DataTable.CENTER, - width: 900, + width: 780, // usually 8-9 vdisks, this width corresponds to 8 vdisks, column is expanded if more resizeable: false, sortable: false, }); diff --git a/src/containers/Storage/VDisks/VDisks.scss b/src/containers/Storage/VDisks/VDisks.scss index 859fe4722..a8927d4af 100644 --- a/src/containers/Storage/VDisks/VDisks.scss +++ b/src/containers/Storage/VDisks/VDisks.scss @@ -1,15 +1,10 @@ .ydb-storage-vdisks { &__wrapper { display: flex; - justify-content: center; - - min-width: 500px; } &__item { - flex-grow: 1; - - max-width: 200px; + width: 90px; margin-right: 6px; &_with-dc-margin {