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
+1
View File
@@ -4141,6 +4141,7 @@ impl Render for ContextEditorToolbarItem {
h_flex()
.size_full()
.gap_2()
.justify_between()
.child(left_side)
.child(right_side)