[PR #4791] [MERGED] fix unnecessary scrollbar in workspace general appearance settings tab #4775

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4791
Author: @17ColinMiPerry
Created: 12/16/2025
Status: Merged
Merged: 12/16/2025
Merged by: @timothycarambat

Base: masterHead: fix/workspace-setting-x-overflow


📝 Commits (3)

  • 01f5a03 fixed SuggestedChatMessages width styling
  • 733cd1d ran yarn lint
  • cf7637c Merge branch 'master' into fix/workspace-setting-x-overflow

📊 Changes

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

View changed files

📝 frontend/src/pages/WorkspaceSettings/GeneralAppearance/SuggestedChatMessages/index.jsx (+1 -1)

📄 Description

Pull Request Type

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

What is in this change?

Workspace general appearance settings tab had an unnecessary horizontal scrollbar (on Windows/Linux).

Image

SuggestedChatMessages style changed from w-screen to w-full to appropriately accommodate the sidebar.

image

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • 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/4791 **Author:** [@17ColinMiPerry](https://github.com/17ColinMiPerry) **Created:** 12/16/2025 **Status:** ✅ Merged **Merged:** 12/16/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `fix/workspace-setting-x-overflow` --- ### 📝 Commits (3) - [`01f5a03`](https://github.com/Mintplex-Labs/anything-llm/commit/01f5a03e9ad1167afd31126abda9a25689be8e3d) fixed SuggestedChatMessages width styling - [`733cd1d`](https://github.com/Mintplex-Labs/anything-llm/commit/733cd1d9603b90150866c1c134b6d01c72e3d80b) ran yarn lint - [`cf7637c`](https://github.com/Mintplex-Labs/anything-llm/commit/cf7637ce049803436022e817511dfc7e79ab6520) Merge branch 'master' into fix/workspace-setting-x-overflow ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/pages/WorkspaceSettings/GeneralAppearance/SuggestedChatMessages/index.jsx` (+1 -1) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [x] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> Workspace general appearance settings tab had an unnecessary horizontal scrollbar (on Windows/Linux). <img width="1917" height="916" alt="Image" src="https://github.com/user-attachments/assets/5a93822e-704b-4be0-8be1-2ae36ec533da" /> SuggestedChatMessages style changed from w-screen to w-full to appropriately accommodate the sidebar. <img width="1918" height="914" alt="image" src="https://github.com/user-attachments/assets/96c65f47-8cd9-45d3-8aad-ba4966cb07eb" /> ### 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:36:30 -05:00
yindo closed this issue 2026-02-22 18:36:30 -05:00
yindo changed title from [PR #4791] fix unnecessary scrollbar in workspace general appearance settings tab to [PR #4791] [MERGED] fix unnecessary scrollbar in workspace general appearance settings tab 2026-06-05 15:20:18 -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#4775