[PR #5345] [CLOSED] fix(agent-flows): prevent gear menu text clipping #5418

Closed
opened 2026-06-05 15:21:18 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5345
Author: @suyua9
Created: 4/3/2026
Status: Closed

Base: masterHead: suyua9-fix-agent-flow-gear-text


📝 Commits (1)

  • 22f35fb fix(agent-flows): prevent gear menu text clipping

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 frontend/src/pages/Admin/Agents/AgentFlows/FlowPanel.jsx (+3 -3)
📝 frontend/src/pages/Admin/Agents/index.jsx (+2 -2)

📄 Description

Summary

  • widen the flow action menu so Edit Flow and Delete Flow keep their full labels
  • anchor the menu below the gear button instead of offsetting it into the content area
  • allow horizontal overflow in the agent details panel so the dropdown is not clipped in narrow windows

Testing

  • git diff --check
  • not run: frontend lint/build (this worktree does not have node_modules installed)

Closes #5332


🔄 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/5345 **Author:** [@suyua9](https://github.com/suyua9) **Created:** 4/3/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `suyua9-fix-agent-flow-gear-text` --- ### 📝 Commits (1) - [`22f35fb`](https://github.com/Mintplex-Labs/anything-llm/commit/22f35fbc3316d5f4d339f37438e7f09135b96cb9) fix(agent-flows): prevent gear menu text clipping ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/pages/Admin/Agents/AgentFlows/FlowPanel.jsx` (+3 -3) 📝 `frontend/src/pages/Admin/Agents/index.jsx` (+2 -2) </details> ### 📄 Description ## Summary - widen the flow action menu so Edit Flow and Delete Flow keep their full labels - anchor the menu below the gear button instead of offsetting it into the content area - allow horizontal overflow in the agent details panel so the dropdown is not clipped in narrow windows ## Testing - `git diff --check` - not run: frontend lint/build (this worktree does not have `node_modules` installed) Closes #5332 --- <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-06-05 15:21:18 -04:00
yindo closed this issue 2026-06-05 15:21: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#5418