assistant: Add gap to the context toolbar (#16178)

Not the ideal solution yet, but just a small treatment so these two blocks don't collide.

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2024-08-13 17:30:57 -03:00 committed by GitHub
parent a81e355dc5
commit 170ad46f5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4141,6 +4141,7 @@ impl Render for ContextEditorToolbarItem {
h_flex() h_flex()
.size_full() .size_full()
.gap_2()
.justify_between() .justify_between()
.child(left_side) .child(left_side)
.child(right_side) .child(right_side)