diff --git a/frontend/src/components/layout/TopBar.tsx b/frontend/src/components/layout/TopBar.tsx
index 227096d1..dbc29fb5 100644
--- a/frontend/src/components/layout/TopBar.tsx
+++ b/frontend/src/components/layout/TopBar.tsx
@@ -272,8 +272,8 @@ export function TopBar({
- {/* Workflow name - always visible, truncated on mobile, tappable to edit */}
-
+ {/* Workflow name - fixed width left section for consistent centering */}
+
- {/* Actions on the right */}
-
+ {/* Actions on the right - fixed width to match left section for consistent centering */}
+
{mode === 'design' && (
<>