deerflow2/frontend/src/components
snaplap 0367fe6c7a
fix(frontend): prevent user message bubble overflow with long unbreakable strings (#3488)
- Add max-w-full min-w-0 to user message wrapper div to constrain width
- Change bubble width from w-fit to w-full max-w-full for consistent layout
- Add break-words to user message content for long string wrapping
- Add overflow-x-clip as defensive overflow protection

Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
2026-06-11 22:55:48 +08:00
..
ai-elements fix(skills): harden slash skill activation across chat channels (#3466) 2026-06-09 23:07:17 +08:00
landing feat: Add metadata and descriptions to various documentation pages in Chinese 2026-04-26 11:09:55 +08:00
ui fix(frontend): resolve login page flickering and resize observer loop. (#2954) 2026-05-17 09:01:42 +08:00
workspace fix(frontend): prevent user message bubble overflow with long unbreakable strings (#3488) 2026-06-11 22:55:48 +08:00
query-client-provider.tsx fix(frontend): unify local settings runtime state and remove sidebar layout from LocalSettings (#1879) 2026-04-07 17:41:34 +08:00
theme-provider.tsx feat: implement the first section of landing page 2026-01-23 00:15:21 +08:00