From 170ad46f5ebfc3fcba5308466dee12f90c90cd99 Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:30:57 -0300 Subject: [PATCH] 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 --- crates/assistant/src/assistant_panel.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/assistant/src/assistant_panel.rs b/crates/assistant/src/assistant_panel.rs index 808ee84849..314365b498 100644 --- a/crates/assistant/src/assistant_panel.rs +++ b/crates/assistant/src/assistant_panel.rs @@ -4141,6 +4141,7 @@ impl Render for ContextEditorToolbarItem { h_flex() .size_full() + .gap_2() .justify_between() .child(left_side) .child(right_side)