agent: Fix toolbar spacing (#28485)

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-04-10 01:08:07 -03:00 committed by GitHub
parent b46ab367ef
commit e20daa7639
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -863,7 +863,11 @@ impl AssistantPanel {
.truncate()
.into_any_element()
} else {
change_title_editor.clone().into_any_element()
div()
.ml_2()
.w_full()
.child(change_title_editor.clone())
.into_any_element()
}
}
ActiveView::PromptEditor => {