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

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.
This commit is contained in:
Danilo Leal 2025-06-19 13:27:18 -03:00 committed by GitHub
parent ddaa8b3d02
commit 61abfd5930
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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))