Fix acp thread entry width (#35723)

Release Notes:

- N/A
This commit is contained in:
Agus Zubiaga 2025-08-06 10:39:55 -03:00 committed by GitHub
parent 69dc870828
commit 334bdd0efc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -866,6 +866,7 @@ impl AcpThreadView {
let is_generating = matches!(thread.read(cx).status(), ThreadStatus::Generating);
if index == total_entries - 1 && !is_generating {
v_flex()
.w_full()
.child(primary)
.child(self.render_thread_controls(cx))
.into_any_element()