Skip to content

fix: ensure text wraps properly in narrow windows#5296

Closed
cyphercodes wants to merge 1 commit intoMintplex-Labs:masterfrom
cyphercodes:fix/text-wrap-narrow-window
Closed

fix: ensure text wraps properly in narrow windows#5296
cyphercodes wants to merge 1 commit intoMintplex-Labs:masterfrom
cyphercodes:fix/text-wrap-narrow-window

Conversation

@cyphercodes
Copy link
Copy Markdown

Problem

When the ALLM desktop window is made narrow, chat message text gets cut off instead of wrapping properly (Issue #5291).

Solution

Added overflow-wrap: break-word and word-break: break-word CSS properties to the .markdown class to ensure text wraps correctly at any window width.

Changes

  • Updated frontend/src/index.css to add text wrapping properties

Testing

  • Text now wraps properly when window is resized to narrow widths
  • Both user messages and AI responses display correctly without being cut off

Fixes #5291

Add overflow-wrap and word-break properties to .markdown class
to prevent text from being cut off when the window is narrow.

Fixes Mintplex-Labs#5291
@timothycarambat
Copy link
Copy Markdown
Member

This does not solve the issue. If you look at the issue this is not an overflow issue, but a breakpoint one.

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.

[BUG]: ALLM window cuts off text instead of wrapping it.

2 participants