Fix text wrapping in dropdown menu (#2162)

This commit is contained in:
bymyself
2025-01-04 18:30:58 -07:00
committed by GitHub
parent 972af1977d
commit ed844e04b8

View File

@@ -19,7 +19,7 @@
<span class="p-menubar-item-label">{{ item.label }}</span>
<span
v-if="item?.comfyCommand?.keybinding"
class="ml-auto border border-surface rounded text-muted text-xs p-1 keybinding-tag"
class="ml-auto border border-surface rounded text-muted text-xs text-nowrap p-1 keybinding-tag"
>
{{ item.comfyCommand.keybinding.combo.toString() }}
</span>