Fix assistant message header padding (#12386)
Release Notes: - N/A Co-authored-by: Nathan <nathan@zed.dev>
This commit is contained in:
co-authored by
Nathan
parent
371abd37f6
commit
ac7aca335d
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user