Skip to content

fix for overflow text for long prompts#2674

Merged
neelneelneel merged 7 commits intodevfrom
609-fix-overflow-text
Feb 17, 2026
Merged

fix for overflow text for long prompts#2674
neelneelneel merged 7 commits intodevfrom
609-fix-overflow-text

Conversation

@ekim1707
Copy link
Copy Markdown
Contributor

Description

Made html and style changes to address text overflow when inserting long prompts into room input

Changes Made

made parent wrapper and other style changes

@ekim1707 ekim1707 requested review from SunTheDev and kzsb03 February 10, 2026 17:02
@ekim1707 ekim1707 self-assigned this Feb 10, 2026
@ekim1707 ekim1707 requested a review from a team as a code owner February 10, 2026 17:02
Copy link
Copy Markdown
Contributor

@neelneelneel neelneelneel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This effects the click propagation. Instead can you

  1. Add a background to the settings / microphone, so the background text doesn't go through
  2. Add a listener to scroll to the bottom of click

@ekim1707
Copy link
Copy Markdown
Contributor Author

Major changes:

  1. Editor card parent (wrapper) is relative and group, allowing scrim and icon rows (absolute) to anchor to it instead of to the entire page
  2. Scroll behavior was fixed so only one container has scroll (min-h-0 flex-1 overflow-y-auto), preventing children inside from performing scrolling behavior in odd ways
  3. Padding added to text caret doesnt go underneath menu row and added solid scrim background to prevent text from bleeding out from underneath row.

@ekim1707 ekim1707 removed the request for review from SunTheDev February 10, 2026 20:59
@neelneelneel
Copy link
Copy Markdown
Contributor

Hey this is still not correct. A few issues:

  • Click passed in from new-room-page on on the input was removed, this is necessary for other themes
  • Clicks on the bottom bar do not propagate to the underling input
  • CSS is off
    • Hover / Drag css is not applied the same way
    • Corners are getting cut off
  • Resolve biome formatting/linting issues

@ekim1707 ekim1707 force-pushed the 609-fix-overflow-text branch from 4b65d01 to 3cde9d2 Compare February 13, 2026 19:20
@ekim1707 ekim1707 closed this Feb 17, 2026
@ekim1707 ekim1707 reopened this Feb 17, 2026
@neelneelneel neelneelneel merged commit 32e0c68 into dev Feb 17, 2026
3 checks passed
@neelneelneel neelneelneel deleted the 609-fix-overflow-text branch February 17, 2026 22:12
@github-actions
Copy link
Copy Markdown

@CodiumAI-Agent /update_changelog

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.

3 participants