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
co-authored by Nathan
parent 371abd37f6
commit ac7aca335d
+1 -1
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()