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:
parent
a81e355dc5
commit
170ad46f5e
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue