mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 05:00:16 +00:00
assistant2: Align chat messages with composer (#11227)
This PR adds some additional spacing to the composer so it aligns with the chat messages. Release Notes: - N/A
This commit is contained in:
parent
1d4814e5b6
commit
96b1fc4650
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ impl RenderOnce for Composer {
|
|||
v_flex()
|
||||
.size_full()
|
||||
.gap_1()
|
||||
.pr_4()
|
||||
.child(
|
||||
v_flex()
|
||||
.w_full()
|
||||
|
|
Loading…
Reference in a new issue