From 7b4313bf311e221b8b52d7168d51928cca8b931b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Kn=C3=B6chel?= Date: Tue, 19 Aug 2025 19:27:26 +0200 Subject: [PATCH] fix: fix missing spacing in review decision response (#2457) This PR fixes a display issue inside the user approval widget: Screenshot 2025-08-19 at 16 42 13 The other review decision responses are already properly formatted. Thanks! --- codex-rs/tui/src/user_approval_widget.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/tui/src/user_approval_widget.rs b/codex-rs/tui/src/user_approval_widget.rs index 34cac5b4..c2d7f70a 100644 --- a/codex-rs/tui/src/user_approval_widget.rs +++ b/codex-rs/tui/src/user_approval_widget.rs @@ -285,7 +285,7 @@ impl UserApprovalWidget<'_> { "✔ ".fg(Color::Green), "You ".into(), "approved".bold(), - "codex to run ".into(), + " codex to run ".into(), ], cmd, vec![" every time this session".bold()],