agent: Avoid layout shift due to the "waiting for confirmation" label (#33046)

Danilo Leal created

Just a tiny, one-line change to avoid the "Waiting for Confirmation"
animated label pushing the "allow" buttons to the side.

Release Notes:

- agent: Fixed layout shift in "waiting for confirmation" state in the
terminal card.

Change summary

crates/agent/src/active_thread.rs | 1 +
1 file changed, 1 insertion(+)

Detailed changes

crates/agent/src/active_thread.rs 🔗

@@ -3088,6 +3088,7 @@ impl ActiveThread {
                                 .pr_1()
                                 .gap_1()
                                 .justify_between()
+                                .flex_wrap()
                                 .bg(cx.theme().colors().editor_background)
                                 .border_t_1()
                                 .border_color(self.tool_card_border_color(cx))