diff --git a/ios_dashboard/OpenAgentDashboard/Views/Control/ControlView.swift b/ios_dashboard/OpenAgentDashboard/Views/Control/ControlView.swift index 1cad4f8..3ef53c0 100644 --- a/ios_dashboard/OpenAgentDashboard/Views/Control/ControlView.swift +++ b/ios_dashboard/OpenAgentDashboard/Views/Control/ControlView.swift @@ -1693,7 +1693,7 @@ private struct PhaseBubble: View { .font(.caption2.monospaced()) .foregroundStyle(Theme.textMuted) .lineLimit(1) - .fixedSize(horizontal: true, vertical: false) + .truncationMode(.tail) .padding(.horizontal, 6) .padding(.vertical, 2) .background(Theme.backgroundTertiary)