diff --git a/crates/keymap_editor/src/keymap_editor.rs b/crates/keymap_editor/src/keymap_editor.rs index 8a1e494d09..23854df2e4 100644 --- a/crates/keymap_editor/src/keymap_editor.rs +++ b/crates/keymap_editor/src/keymap_editor.rs @@ -1569,7 +1569,7 @@ impl Render for KeymapEditor { h_flex() .gap_2() .child( - div() + h_flex() .key_context({ let mut context = KeyContext::new_with_defaults(); context.add("BufferSearchBar");