Skip to content

Commit 4b923d1

Browse files
authored
fix: fix sticky storage info (#573)
1 parent 752888d commit 4b923d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
}
120120
}
121121

122-
&__info {
122+
&__storage-info {
123123
margin-bottom: 36px;
124124
}
125125
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function TenantStorage({tenantName, metrics}: TenantStorageProps) {
6262
];
6363
return (
6464
<>
65-
<InfoViewer className={b('info')} title="Storage details" info={info} />
65+
<InfoViewer className={b('storage-info')} title="Storage details" info={info} />
6666
<TopTables path={tenantName} />
6767
<TopGroups tenant={tenantName} />
6868
</>

0 commit comments

Comments
 (0)