Skip to content

fix: composer input overflow with long unbroken strings - #13039

Open
shubhook wants to merge 1 commit into
continuedev:mainfrom
shubhook:fix/composer-input-overflow
Open

fix: composer input overflow with long unbroken strings#13039
shubhook wants to merge 1 commit into
continuedev:mainfrom
shubhook:fix/composer-input-overflow

Conversation

@shubhook

Copy link
Copy Markdown

Description

Fixed composer input overflow when typing or pasting long unbroken strings (no spaces).
The text was overflowing the input area causing layout shift and send button misalignment.

Added overflow-wrap: break-word and word-break: break-word to .tiptap class in
TipTapEditor.css, and min-width: 0 to the flex container in ContinueInputBox.tsx.

Fixes #13016

AI Code Review

  • Team members only: AI review runs automatically when PR is opened or marked ready for review
  • Team members can also trigger a review by commenting @continue-review

Checklist

  • I've read the contributing guide
  • The relevant docs, if any, have been updated or created
  • The relevant tests, if any, have been updated or created

Screen recording or screenshot

Before:
Screenshot 2026-07-27 at 22 01 24

After:
Screenshot 2026-07-27 at 22 02 41

Diff:
Screenshot 2026-07-27 at 22 26 53

Tests

This is a CSS-only fix with no behavioral logic changes. No new tests were added as
the fix is purely visual and verified manually by reproducing the overflow with a
100+ character unbroken string before and after the change.

@shubhook
shubhook requested a review from a team as a code owner July 27, 2026 16:59
@shubhook
shubhook requested review from sestinj and removed request for a team July 27, 2026 16:59
@github-actions

github-actions Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@shubhook

Copy link
Copy Markdown
Author

I have read the CLA Document and I hereby sign the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Composer input overflow with long unbroken string causes layout shift and send button misalignment

1 participant