diff --git a/studio/frontend/src/features/settings/tabs/resources-tab.tsx b/studio/frontend/src/features/settings/tabs/resources-tab.tsx
index 27ae34d96a..e5ed0e0fc5 100644
--- a/studio/frontend/src/features/settings/tabs/resources-tab.tsx
+++ b/studio/frontend/src/features/settings/tabs/resources-tab.tsx
@@ -495,7 +495,7 @@ export function ResourcesTab() {
// pane's, so it reads as one device's usage, not a rule.
@@ -518,9 +518,11 @@ export function ResourcesTab() {
{/* Meter under the figures, so it spans their width instead of
- being squeezed into the gap beside them. The min width
- starts the block further left than its text alone would. */}
-
+ being squeezed into the gap beside them. Same 392px as the
+ Model downloads control, so both blocks start on one edge.
+ Below 992px the dialog stops filling its 960px cap and the
+ device name would truncate, so the row stacks instead. */}
+
{/* Ruled between the three readings: run together they are
easy to misread as one number. */}