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:
Marshall Bowers 2024-04-30 17:00:23 -04:00 committed by GitHub
parent 1d4814e5b6
commit 96b1fc4650
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,6 +61,7 @@ impl RenderOnce for Composer {
v_flex() v_flex()
.size_full() .size_full()
.gap_1() .gap_1()
.pr_4()
.child( .child(
v_flex() v_flex()
.w_full() .w_full()