diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index fe5e81177a..e747d0d286 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -1196,6 +1196,7 @@ impl CodeActionsMenu { } }), ) + .whitespace_nowrap() // TASK: It would be good to make lsp_action.title a SharedString to avoid allocating here. .child(SharedString::from(action.lsp_action.title.clone())) })