Skip to content

fix: prevent workflow node titles from overflowing#35740

Merged
lyzno1 merged 1 commit into
langgenius:mainfrom
hjlarry:codex/fix-workflow-title-overflow
Apr 30, 2026
Merged

fix: prevent workflow node titles from overflowing#35740
lyzno1 merged 1 commit into
langgenius:mainfrom
hjlarry:codex/fix-workflow-title-overflow

Conversation

@hjlarry
Copy link
Copy Markdown
Contributor

@hjlarry hjlarry commented Apr 30, 2026

Important

  1. Make sure you have read our contribution guidelines
  2. Ensure there is an associated issue and you have been assigned to it
  3. Use the correct syntax to link this PR: Fixes #<issue number>.

Summary

fix #35739

Screenshots

image
Before After
... ...

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran make lint && make type-check (backend) and cd web && pnpm exec vp staged (frontend) to appease the lint gods

@hjlarry hjlarry requested review from iamjoel and zxhlyh as code owners April 30, 2026 09:14
@dosubot dosubot Bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Apr 30, 2026
@hjlarry hjlarry requested a review from lyzno1 April 30, 2026 09:14
@dosubot dosubot Bot added the javascript Pull requests that update javascript code label Apr 30, 2026
@github-actions github-actions Bot added the web This relates to changes on the web. label Apr 30, 2026
@hjlarry hjlarry changed the title fix: prevent workflow titles from overflowing fix: prevent workflow node titles from overflowing Apr 30, 2026
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Apr 30, 2026
@lyzno1 lyzno1 enabled auto-merge April 30, 2026 09:19
@lyzno1 lyzno1 added this pull request to the merge queue Apr 30, 2026
Merged via the queue into langgenius:main with commit dcf21a6 Apr 30, 2026
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

javascript Pull requests that update javascript code lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files. web This relates to changes on the web.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

display issue when node title too long

2 participants