[PR #4390] [MERGED] fix: resolve Firefox search icon overlapping placeholder text #4605

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4390
Author: @nehaaprasad
Created: 9/17/2025
Status: Merged
Merged: 9/25/2025
Merged by: @timothycarambat

Base: masterHead: fix-firefox-search


📝 Commits (4)

  • 4a16210 fix: resolve Firefox search icon overlapping placeholder text
  • 23aca9a Merge branch 'master' into fix-firefox-search
  • ad8cb46 Update SearchBox component to adjust padding on focus state
  • 699a707 Merge branch 'master' into fix-firefox-search

📊 Changes

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

View changed files

📝 frontend/src/components/Sidebar/SearchBox/index.jsx (+1 -1)

📄 Description

closes: #4387

What is in this change?

  • Fixed Firefox search icon overlapping with placeholder text in the sidebar search input. Updated the input field's left padding from pl-4 to pl-9 to provide sufficient clearance between the search icon and text content, ensuring proper visual spacing across all browsers.

Additional Information

  • This addresses a browser-specific UI issue where Firefox rendered the search icon over the placeholder text, making it difficult to read. The fix maintains the existing icon position while adjusting only the text padding for optimal spacing.

🔄 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/4390 **Author:** [@nehaaprasad](https://github.com/nehaaprasad) **Created:** 9/17/2025 **Status:** ✅ Merged **Merged:** 9/25/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `fix-firefox-search` --- ### 📝 Commits (4) - [`4a16210`](https://github.com/Mintplex-Labs/anything-llm/commit/4a16210f159638dd2d77739bf3dc15955dc6d882) fix: resolve Firefox search icon overlapping placeholder text - [`23aca9a`](https://github.com/Mintplex-Labs/anything-llm/commit/23aca9a95e10fd2773cd682ab379c53f0560b3cd) Merge branch 'master' into fix-firefox-search - [`ad8cb46`](https://github.com/Mintplex-Labs/anything-llm/commit/ad8cb46729b916eafed70241977032af5f37c7d6) Update SearchBox component to adjust padding on focus state - [`699a707`](https://github.com/Mintplex-Labs/anything-llm/commit/699a707e99150be59e904c748182c008c84fc7a7) Merge branch 'master' into fix-firefox-search ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Sidebar/SearchBox/index.jsx` (+1 -1) </details> ### 📄 Description closes: #4387 ### What is in this change? - Fixed Firefox search icon overlapping with placeholder text in the sidebar search input. Updated the input field's left padding from `pl-4` to `pl-9` to provide sufficient clearance between the search icon and text content, ensuring proper visual spacing across all browsers. ### Additional Information - This addresses a browser-specific UI issue where Firefox rendered the search icon over the placeholder text, making it difficult to read. The fix maintains the existing icon position while adjusting only the text padding for optimal spacing. --- <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:10 -05:00
yindo closed this issue 2026-02-22 18:36:10 -05:00
yindo changed title from [PR #4390] fix: resolve Firefox search icon overlapping placeholder text to [PR #4390] [MERGED] fix: resolve Firefox search icon overlapping placeholder text 2026-06-05 15:19:24 -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#4605