diff --git a/crates/keymap_editor/src/keymap_editor.rs b/crates/keymap_editor/src/keymap_editor.rs index 8a1e494d09aec024c57fb8acf480e8aed7efff82..23854df2e42c888d81db7415fc15394f6529d29a 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");