You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code review note textarea was extending horizontally instead of
wrapping text to fit visible boundaries when typing long lines.
Changes:
- NoteTextarea: Added overflow-x: hidden to prevent horizontal scroll
- NoteTextarea: Added white-space: pre-wrap to wrap long lines
- NoteTextarea: Added word-wrap: break-word to break long words
Result:
Text now wraps within the visible boundaries of the code review panel
instead of extending beyond the screen.
0 commit comments