Description:
When a very long, continuous terminal command or file path is added to an entry within the Windsurf Settings UI (such as in Workspace Rules, task profiles, or environment commands), the text box container expands horizontally instead of wrapping. This layout overflow pushes the Edit (pencil) and Delete (trash) icons out of the visible UI boundary, rendering them invisible and unclickable.
Steps to Reproduce:
- Open Windsurf Settings UI.
- Add or paste the following long string into a custom command/rule entry field:
Copy-Item -Path "c:\RB\Workarea\Repo\Autobot\autobot_lite\TempData\1-Click Formatting\SmartAlign\SmartAlign-Integration with AutoBot\UI\HeadlessConfirmDialog.cs" -Destination "c:\RB\Workarea\Repo\Autobot\autobot_lite\Integreon_v1\SmartAlignIntegration\UI\HeadlessConfirmDialog.cs"
- Save or view the saved entry list within the Settings panel.
- Hover over the entry to look for the Edit/Delete actions.
Expected Result: The text should wrap cleanly, or the Edit/Delete icons should remain anchored to the visible right margin of the card.
Actual Result: The elements overflow horizontally, and the action icons are pushed entirely out of the viewport.
Description:
When a very long, continuous terminal command or file path is added to an entry within the Windsurf Settings UI (such as in Workspace Rules, task profiles, or environment commands), the text box container expands horizontally instead of wrapping. This layout overflow pushes the Edit (pencil) and Delete (trash) icons out of the visible UI boundary, rendering them invisible and unclickable.
Steps to Reproduce:
Copy-Item -Path "c:\RB\Workarea\Repo\Autobot\autobot_lite\TempData\1-Click Formatting\SmartAlign\SmartAlign-Integration with AutoBot\UI\HeadlessConfirmDialog.cs" -Destination "c:\RB\Workarea\Repo\Autobot\autobot_lite\Integreon_v1\SmartAlignIntegration\UI\HeadlessConfirmDialog.cs"Expected Result: The text should wrap cleanly, or the Edit/Delete icons should remain anchored to the visible right margin of the card.
Actual Result: The elements overflow horizontally, and the action icons are pushed entirely out of the viewport.