dify - ✅(Solved) Fix display issue when node title too long [1 pull requests, 1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
langgenius/dify#35739Fetched 2026-05-01 05:53:21
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
1
Author
Timeline (top)
labeled ×2closed ×1commented ×1cross-referenced ×1

Fix Action

Fixed

PR fix notes

PR #35740: fix: prevent workflow node titles from overflowing

Description (problem / solution / changelog)

[!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 https://github.com/langgenius/dify/issues/35739

<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> <!-- If this PR was created by an automated agent, add `From <Tool Name>` as the final line of the description. Example: `From Codex`. -->

Screenshots

<img width="1354" height="794" alt="image" src="https://github.com/user-attachments/assets/6c1ac7df-01b5-46d9-acd8-0f3f157c1fc5" />
BeforeAfter
......

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

Changed files

  • web/app/components/base/chat/chat/answer/workflow-process.tsx (modified, +2/-2)
  • web/app/components/workflow/nodes/_base/node.tsx (modified, +9/-7)
RAW_BUFFERClick to expand / collapse

Self Checks

  • I have read the Contributing Guide and Language Policy.
  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report, otherwise it will be closed.
  • 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.14.0

Cloud or Self Hosted

Self Hosted (Source)

Steps to reproduce

  1. the node running status icon compressed

    <img width="968" height="292" alt="Image" src="https://github.com/user-attachments/assets/f9ceec5d-3d6d-4676-bcd0-774a3410f5ff" />
  2. the workflow running title display out the container

<img width="820" height="488" alt="Image" src="https://github.com/user-attachments/assets/11c5771f-2ffb-416d-ace7-017e18254207" />

✔️ Expected Behavior

display correct

❌ Actual Behavior

No response

extent analysis

TL;DR

The issue might be related to a UI rendering problem in the self-hosted Dify version 1.14.0, and checking the CSS or layout configuration could help resolve the issue.

Guidance

  • Verify that the images provided are correctly linked and accessible, as they may contain crucial information about the issue.
  • Check the browser console for any JavaScript errors that could be causing the UI to malfunction.
  • Inspect the HTML and CSS of the affected elements to ensure they are correctly styled and laid out.
  • Consider checking the Dify version 1.14.0 release notes or documentation for any known issues related to UI rendering.

Notes

The provided information is mostly visual, and without direct access to the code or more detailed error messages, it's challenging to provide a precise fix. Further investigation into the frontend code and potential CSS or layout issues is necessary.

Recommendation

Apply workaround: Given the lack of specific error messages or code snippets, it's safer to attempt to troubleshoot and apply a workaround rather than upgrading to a potentially non-existent fixed version.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

dify - ✅(Solved) Fix display issue when node title too long [1 pull requests, 1 comments, 2 participants]