Abnormal display of information in the Conversation Opener #21055

Closed
opened 2026-02-21 20:10:27 -05:00 by yindo · 1 comment
Owner

Originally created by @hangboss1761 on GitHub (Dec 15, 2025).

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.11.1

Cloud or Self Hosted

Cloud

Steps to reproduce

For "Chatflow - Orchestrate - Features", turn on the Conversation Opener switch and the editor Opener. Then input a long string, making sure not to add Opening Questions.

Save and run the agent, and you will notice the following display issues.

Image

✔️ Expected Behavior

Use scrolling to avoid abnormal display.

Actual Behavior

There is an abnormal display issue where the text is truncated.

Originally created by @hangboss1761 on GitHub (Dec 15, 2025). ### Self Checks - [x] I have read the [Contributing Guide](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) and [Language Policy](https://github.com/langgenius/dify/issues/1542). - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report, otherwise it will be closed. - [x] 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.11.1 ### Cloud or Self Hosted Cloud ### Steps to reproduce For "Chatflow - Orchestrate - Features", turn on the Conversation Opener switch and the editor Opener. Then input a long string, making sure not to add Opening Questions. Save and run the agent, and you will notice the following display issues. <img width="1128" height="765" alt="Image" src="https://github.com/user-attachments/assets/c18650c7-7412-4477-8580-f5ed0b68ee25" /> ### ✔️ Expected Behavior Use scrolling to avoid abnormal display. ### ❌ Actual Behavior There is an abnormal display issue where the text is truncated.
yindo added the 🐞 bugcloud labels 2026-02-21 20:10:27 -05:00
yindo closed this issue 2026-02-21 20:10:28 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Dec 15, 2025):

This display issue is caused by the Conversation Opener UI using the CSS class line-clamp-2, which truncates the opening statement to two lines and doesn't allow scrolling or proper handling of long, unbroken strings. As a result, long text gets cut off instead of being scrollable or wrapped. This is a known limitation and has been reported in a similar issue, where the suggested fix is to remove line-clamp-2 and add CSS like overflow-y: auto and a fixed max-height to enable scrolling for long text in the Conversation Opener component. This would prevent truncation and let users scroll through lengthy opening remarks. You can see more details and the proposed solution in issue #25128.

To reply, just mention @dosu.


How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other

Chat with Dosu Open in Cursor Join Discord Share on X

@dosubot[bot] commented on GitHub (Dec 15, 2025): <!-- Answer --> This display issue is caused by the Conversation Opener UI using the CSS class `line-clamp-2`, which truncates the opening statement to two lines and doesn't allow scrolling or proper handling of long, unbroken strings. As a result, long text gets cut off instead of being scrollable or wrapped. This is a known limitation and has been reported in a similar issue, where the suggested fix is to remove `line-clamp-2` and add CSS like `overflow-y: auto` and a fixed `max-height` to enable scrolling for long text in the Conversation Opener component. This would prevent truncation and let users scroll through lengthy opening remarks. You can see more details and the proposed solution in [issue #25128](https://github.com/langgenius/dify/issues/25128). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/f78cc703-41d9-45fa-99d0-c2b17618e413?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/f78cc703-41d9-45fa-99d0-c2b17618e413?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/f78cc703-41d9-45fa-99d0-c2b17618e413?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/f78cc703-41d9-45fa-99d0-c2b17618e413?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/f78cc703-41d9-45fa-99d0-c2b17618e413?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/f78cc703-41d9-45fa-99d0-c2b17618e413?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/f78cc703-41d9-45fa-99d0-c2b17618e413?feedback_type=other)</sup> [![Chat with Dosu](https://dosu.dev/dosu-chat-badge.svg)](https://app.dosu.dev/6088a4f4-073a-43f3-b3d4-4f06fb0c05a0/ask?utm_source=github)&nbsp;[![Open in Cursor](https://dosu.dev/dosu-in-cursor.svg)](https://cursor.com/link/prompt?text=This%20display%20issue%20is%20caused%20by%20the%20Conversation%20Opener%20UI%20using%20the%20CSS%20class%20%60line-clamp-2%60%2C%20which%20truncates%20the%20opening%20statement%20to%20two%20lines%20and%20doesn%27t%20allow%20scrolling%20or%20proper%20handling%20of%20long%2C%20unbroken%20strings.%20As%20a%20result%2C%20long%20text%20gets%20cut%20off%20instead%20of%20being%20scrollable%20or%20wrapped.%20This%20is%20a%20known%20limitation%20and%20has%20been%20reported%20in%20a%20similar%20issue%2C%20where%20the%20suggested%20fix%20is%20to%20remove%20%60line-clamp-2%60%20and%20add%20CSS%20like%20%60overflow-y%3A%20auto%60%20and%20a%20fixed%20%60max-height%60%20to%20enable%20scrolling%20for%20long%20text%20in%20the%20Conversation%20Opener%20component.%20This%20would%20prevent%20truncation%20and%20let%20users%20scroll%20through%20lengthy%20opening%20remarks.%20You%20can%20see%20more%20details%20and%20the%20proposed%20solution%20in%20%5Bissue%20%2325128%5D%28https%3A//github.com/langgenius/dify/issues/25128%29.)&nbsp;[![Join Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/langgenius/dify/issues/29679)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#21055