Skip to content

Commit cddbcc6

Browse files
committed
fix: fallback
1 parent d0a83e2 commit cddbcc6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@
1313
color: var(--g-color-text-secondary);
1414
@include mixins.body-1-typography();
1515
}
16+
17+
&__fallback-progress-wrapper {
18+
margin-bottom: var(--g-spacing-4);
19+
}
1620
}

src/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ export function TenantMemory({
4646
capacity={memoryLimit}
4747
formatValues={formatStorageValuesToGb}
4848
withCapacityUsage
49+
className={b('fallback-progress-wrapper')}
4950
size="m"
50-
width="full"
51+
width={400}
5152
/>
5253
),
5354
},

0 commit comments

Comments
 (0)