Fix code action menu items font size in toolbar (#37824)

Closes https://github.com/zed-industries/zed/issues/36478

Release Notes:

- N/A
This commit is contained in:
Danilo Leal
2025-09-09 02:20:23 -03:00
committed by GitHub
parent 3e605c2c4b
commit 849424740f
+1
View File
@@ -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", ""),