Skip to content

fix(comments): improve multiline comment input styling#2242

Open
tupizz wants to merge 1 commit intomainfrom
fix/comment-multiline-input
Open

fix(comments): improve multiline comment input styling#2242
tupizz wants to merge 1 commit intomainfrom
fix/comment-multiline-input

Conversation

@tupizz
Copy link
Contributor

@tupizz tupizz commented Mar 2, 2026

Summary

  • Replace pill shape (border-radius: 9999px) with rounded rect (12px) on comment and reply input wrappers to avoid the distorted capsule look on multiline text
  • Add max-height: 150px with overflow-y: auto so long replies scroll instead of stretching the card unboundedly

Test plan

  • Open a comment, type multiline text in the new comment input. Verify it scrolls at ~150px and corners look clean
  • Reply to an existing comment with multiline text. Same behavior
  • Single-line input still looks correct with 12px rounded corners

Replace pill shape (border-radius: 9999px) with rounded rect (12px) on
comment and reply input wrappers. Add max-height with overflow scroll so
long replies stay contained instead of stretching the card.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant