Skip to content

fix: improve text overflow handling in SystemRow component - #174

Merged
yetone merged 1 commit into
yetone:mainfrom
gyteng:fix/message-text-overflow-wrapping
Sep 3, 2026
Merged

fix: improve text overflow handling in SystemRow component#174
yetone merged 1 commit into
yetone:mainfrom
gyteng:fix/message-text-overflow-wrapping

Conversation

@gyteng

@gyteng gyteng commented Sep 3, 2026

Copy link
Copy Markdown
Contributor
  • Add min-w-0 to allow element to shrink below minimum content width
  • Add whitespace-pre-wrap to preserve whitespace while allowing wrapping
  • Add overflowWrap: anywhere to break text at any character preventing overflow

before
屏幕截图 2026-09-03 151646

after
屏幕截图 2026-09-03 151950

- Add min-w-0 to allow element to shrink below minimum content width
- Add whitespace-pre-wrap to preserve whitespace while allowing wrapping
- Add overflowWrap: anywhere to break text at any character preventing overflow
@yetone
yetone merged commit 4e51e4e into yetone:main Sep 3, 2026
7 checks passed
@yetone yetone mentioned this pull request Sep 3, 2026
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.

2 participants