mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-27 01:39:47 +00:00
Fix text wrapping in dropdown menu (#2162)
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
<span class="p-menubar-item-label">{{ item.label }}</span>
|
<span class="p-menubar-item-label">{{ item.label }}</span>
|
||||||
<span
|
<span
|
||||||
v-if="item?.comfyCommand?.keybinding"
|
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() }}
|
{{ item.comfyCommand.keybinding.combo.toString() }}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user