Skip to content

Conversation

@roomote
Copy link
Contributor

@roomote roomote bot commented Jan 17, 2026

Fixed line-breaking behavior in thinking blocks by adding break-words CSS class to allow text to break mid-word if necessary.

This resolves the issue where long words in thinking blocks would cause a horizontal scrollbar in the extension sidebar.

Changes

  • Added break-words Tailwind CSS class to the thinking block content container in ReasoningBlock.tsx

Testing

  • All existing tests pass (106 test files, 1064 tests)
  • Linting and type checking pass

View task on Roo Code Cloud


Important

Adds break-words CSS class to ReasoningBlock.tsx to prevent horizontal scrolling by breaking long words.

  • Behavior:
    • Adds break-words CSS class to the content container in ReasoningBlock.tsx to allow text to break mid-word, preventing horizontal scrolling.
  • Testing:
    • All existing tests pass (106 test files, 1064 tests).
    • Linting and type checking pass.

This description was created by Ellipsis for 634b101. You can customize this summary. It will automatically update as commits are pushed.

@roomote
Copy link
Contributor Author

roomote bot commented Jan 17, 2026

Rooviewer Clock   See task on Roo Cloud

Review complete. No issues found.

The change correctly adds the break-words Tailwind CSS class to prevent horizontal scrolling, following established codebase patterns.

Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues.

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jan 17, 2026
@mrubens mrubens marked this pull request as ready for review January 17, 2026 16:54
@mrubens mrubens requested review from cte and jr as code owners January 17, 2026 16:54
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. bug Something isn't working labels Jan 17, 2026
@roomote
Copy link
Contributor Author

roomote bot commented Jan 17, 2026

Rooviewer Clock   See task on Roo Cloud

Review complete. No issues found.

The change correctly adds the break-words Tailwind CSS class to the thinking block content container, following established codebase patterns for preventing horizontal scrolling.

Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues.

@mrubens mrubens merged commit 802b40a into main Jan 17, 2026
28 checks passed
@mrubens mrubens deleted the fix/thinking-block-word-break branch January 17, 2026 17:15
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Jan 17, 2026
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Jan 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants