diff --git a/crates/editor2/src/editor.rs b/crates/editor2/src/editor.rs index ef8c7b8011..8f15ca88ea 100644 --- a/crates/editor2/src/editor.rs +++ b/crates/editor2/src/editor.rs @@ -1266,7 +1266,7 @@ impl CompletionsMenu { ) .map(|task| task.detach_and_log_err(cx)); })) - .child(div().text_ui().child(completion_label)) + .child(completion_label) .end_slot::