You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Self Checks
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
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: