Fix assistant message header padding (#12386)
Release Notes: - N/A Co-authored-by: Nathan <nathan@zed.dev>
This commit is contained in:
parent
371abd37f6
commit
ac7aca335d
1 changed files with 1 additions and 1 deletions
|
@ -3094,7 +3094,7 @@ impl ConversationEditor {
|
||||||
|
|
||||||
h_flex()
|
h_flex()
|
||||||
.id(("message_header", message_id.0))
|
.id(("message_header", message_id.0))
|
||||||
.pl(cx.gutter_dimensions.width)
|
.pl(cx.gutter_dimensions.width + cx.gutter_dimensions.margin)
|
||||||
.h_11()
|
.h_11()
|
||||||
.w_full()
|
.w_full()
|
||||||
.relative()
|
.relative()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue