Fix acp thread entry width (#35723)

Release Notes:

- N/A
This commit is contained in:
Agus Zubiaga
2025-08-06 13:39:55 +00:00
committed by GitHub
parent 69dc870828
commit 334bdd0efc
+1
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()