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:
parent
ddaa8b3d02
commit
61abfd5930
1 changed files with 1 additions and 0 deletions
|
@ -3088,6 +3088,7 @@ impl ActiveThread {
|
||||||
.pr_1()
|
.pr_1()
|
||||||
.gap_1()
|
.gap_1()
|
||||||
.justify_between()
|
.justify_between()
|
||||||
|
.flex_wrap()
|
||||||
.bg(cx.theme().colors().editor_background)
|
.bg(cx.theme().colors().editor_background)
|
||||||
.border_t_1()
|
.border_t_1()
|
||||||
.border_color(self.tool_card_border_color(cx))
|
.border_color(self.tool_card_border_color(cx))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue