diff --git a/crates/editor/src/code_context_menus.rs b/crates/editor/src/code_context_menus.rs index 18fce84dbca9cfe845d0912295ed22929ccb9cf7..eef4e8643928631d4fb20f044d6f27bbded80a09 100644 --- a/crates/editor/src/code_context_menus.rs +++ b/crates/editor/src/code_context_menus.rs @@ -1502,6 +1502,7 @@ impl CodeActionsMenu { this.child( h_flex() .overflow_hidden() + .text_sm() .child( // TASK: It would be good to make lsp_action.title a SharedString to avoid allocating here. action.lsp_action.title().replace("\n", ""),