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", ""),