Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The model configuration is misaligned #12621

Closed
5 tasks done
hjlarry opened this issue Jan 10, 2025 · 2 comments · Fixed by langgenius/dify-official-plugins#146
Closed
5 tasks done

The model configuration is misaligned #12621

hjlarry opened this issue Jan 10, 2025 · 2 comments · Fixed by langgenius/dify-official-plugins#146
Assignees
Labels
🐞 bug Something isn't working
Milestone

Comments

@hjlarry
Copy link
Contributor

hjlarry commented Jan 10, 2025

Self Checks

  • 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 (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.0-beta.1

Cloud or Self Hosted

Self Hosted (Source)

Steps to reproduce

The model configuration is misaligned when the param's label too long

image

✔️ Expected Behavior

No response

❌ Actual Behavior

No response

@dosubot dosubot bot added the 🐞 bug Something isn't working label Jan 10, 2025
@zxhlyh zxhlyh added this to the 1.0 milestone Jan 10, 2025
Copy link

dosubot bot commented Jan 10, 2025

The misalignment issue in the model configuration panel when parameter labels are too long can be addressed by using the CSS class truncate. This class is applied to manage text overflow, ensuring that long labels do not disrupt the layout. The title attribute is also used to display the full label text on hover, providing a tooltip-like effect for viewing the complete label [1].

If this approach is not already implemented, you might want to check the relevant CSS or layout files to ensure that the truncate class is applied correctly to the parameter labels. This should help maintain alignment and improve the user interface.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@iamjoel
Copy link
Collaborator

iamjoel commented Jan 10, 2025

@Yeuoly the deepseek model params set the description to the label. The label in production:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants