[PR #2176] [MERGED] Mobile render fix #3914

Closed
opened 2026-02-22 18:34:45 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2176
Author: @jeffscottward
Created: 8/25/2024
Status: Merged
Merged: 8/26/2024
Merged by: @timothycarambat

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx (+1 -1)

📄 Description

Allows for the reflowing of text and not breaking the parent box due of display flex container. Does not change any pre-existing classes only specifies further that it should stay inside.

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

What is in this change?

CSS on single div

Additional Information

I'm serving locally via Docker so that I can look on mobile and then I saw this problem.

Developer Validations

  • [ x ] I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • [ x ] I have tested my code functionality
  • [ x ] Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/2176 **Author:** [@jeffscottward](https://github.com/jeffscottward) **Created:** 8/25/2024 **Status:** ✅ Merged **Merged:** 8/26/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`ccb1f93`](https://github.com/Mintplex-Labs/anything-llm/commit/ccb1f9351e4bee7efb6add21b4e4cd08c3f2b258) Mobile render fix ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx` (+1 -1) </details> ### 📄 Description Allows for the reflowing of text and not breaking the parent box due of display flex container. Does not change any pre-existing classes only specifies further that it should stay inside. ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [x] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### What is in this change? CSS on single div ### Additional Information I'm serving locally via Docker so that I can look on mobile and then I saw this problem. ### Developer Validations <!-- All of the applicable items should be checked. --> - [ x ] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [ x ] I have tested my code functionality - [ x ] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:34:45 -05:00
yindo closed this issue 2026-02-22 18:34:45 -05:00
yindo changed title from [PR #2176] Mobile render fix to [PR #2176] [MERGED] Mobile render fix 2026-06-05 15:15:51 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3914