Summary
Long error messages in the model configuration overflow outside the dialog/container, causing part of the text to be rendered off-screen and become unreadable.
Environment
- Windshift self-hosted
- Docker deployment
Steps to Reproduce
- Open the model configuration page.
- Configure a model with invalid or incomplete settings.
- Trigger a validation or save error that produces a long error message.
- Observe the displayed error message.
Actual Behavior
Long error messages extend beyond the right edge of the dialog/container.
Part of the message is rendered outside the visible area, making it impossible to read the full error.
Expected Behavior
Error messages should remain within the bounds of the dialog/container.
Long messages should either:
- Wrap onto multiple lines.
- Be displayed in a scrollable container.
- Resize the container appropriately so the full message remains visible.
Additional Information
The issue appears to be related to the layout of the error message rather than the error itself.
Instead of wrapping or remaining within the available space, the text overflows horizontally outside the visible UI.
Possible Cause
Possible issues include:
- Missing text wrapping (
word-break or overflow-wrap).
- Horizontal overflow is not handled by the container.
- The error component does not constrain long strings to the available width.
Request
Please ensure that long error messages remain fully visible within the model configuration UI and do not overflow outside the visible container.
Thanks!

Summary
Long error messages in the model configuration overflow outside the dialog/container, causing part of the text to be rendered off-screen and become unreadable.
Environment
Steps to Reproduce
Actual Behavior
Long error messages extend beyond the right edge of the dialog/container.
Part of the message is rendered outside the visible area, making it impossible to read the full error.
Expected Behavior
Error messages should remain within the bounds of the dialog/container.
Long messages should either:
Additional Information
The issue appears to be related to the layout of the error message rather than the error itself.
Instead of wrapping or remaining within the available space, the text overflows horizontally outside the visible UI.
Possible Cause
Possible issues include:
word-breakoroverflow-wrap).Request
Please ensure that long error messages remain fully visible within the model configuration UI and do not overflow outside the visible container.
Thanks!