mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-06-14 18:46:11 +00:00
fix: wrap long workflow name in Open shared workflow dialog (FE-828)
This commit is contained in:
@@ -69,7 +69,9 @@
|
||||
<template v-else-if="sharedWorkflow">
|
||||
<main :class="cn('flex gap-8 px-8 pt-4 pb-6', !hasAssets && 'flex-col')">
|
||||
<div class="flex min-w-0 flex-1 flex-col gap-12 py-4">
|
||||
<h2 class="m-0 text-2xl font-semibold text-base-foreground">
|
||||
<h2
|
||||
class="m-0 text-2xl font-semibold wrap-anywhere text-base-foreground"
|
||||
>
|
||||
{{ workflowName }}
|
||||
</h2>
|
||||
<p
|
||||
|
||||
Reference in New Issue
Block a user