From 96b1fc4650f42d76747c1e4617cdbea106afb4c6 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Tue, 30 Apr 2024 17:00:23 -0400 Subject: [PATCH] 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 --- crates/assistant2/src/ui/composer.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/assistant2/src/ui/composer.rs b/crates/assistant2/src/ui/composer.rs index 756f87a4a7..3b0a17c96e 100644 --- a/crates/assistant2/src/ui/composer.rs +++ b/crates/assistant2/src/ui/composer.rs @@ -61,6 +61,7 @@ impl RenderOnce for Composer { v_flex() .size_full() .gap_1() + .pr_4() .child( v_flex() .w_full()