Conversation
…2292) Long setup instructions (curl commands) and help text were escaping the dialog bounds. Add word-breaking, overflow control, and scrollable body.
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
PR SummaryLow Risk Overview The dialog body is now scrollable with a max height ( Written by Cursor Bugbot for commit d44cbc1. This will update automatically on new commits. Configure here. |
|
🎉 This PR is included in version 3.2.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| /> | ||
| {field.helpText && ( | ||
| <p className="text-xs text-muted-foreground">{field.helpText}</p> | ||
| <p className="text-xs text-muted-foreground break-words">{field.helpText}</p> |
There was a problem hiding this comment.
Inconsistent break-words fix across form renderers
Low Severity
The break-words class was added to field.helpText in renderAuthForm to prevent long text from overflowing, but the identical help text rendering in renderConfigureForm (line 721) was not updated. Both render the same field.helpText content for the same fields, so long help text will still overflow horizontally in the configure view while being correctly wrapped in the auth form view.


This is an automated pull request to release the candidate branch into production, which will trigger a deployment.
It was created by the [Production PR] action.