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()
|
v_flex()
|
||||||
.size_full()
|
.size_full()
|
||||||
.gap_1()
|
.gap_1()
|
||||||
|
.pr_4()
|
||||||
.child(
|
.child(
|
||||||
v_flex()
|
v_flex()
|
||||||
.w_full()
|
.w_full()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue