Fix assistant message header padding (#12386)

Release Notes:

- N/A

Co-authored-by: Nathan <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra 2024-05-28 18:10:35 +02:00 committed by GitHub
parent 371abd37f6
commit ac7aca335d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3094,7 +3094,7 @@ impl ConversationEditor {
h_flex()
.id(("message_header", message_id.0))
.pl(cx.gutter_dimensions.width)
.pl(cx.gutter_dimensions.width + cx.gutter_dimensions.margin)
.h_11()
.w_full()
.relative()