diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index fe5e81177ab3f3b3b0835d563586070940cfe630..e747d0d2865a6e105a041ee414356d16e62431fb 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())) })