[PR #2035] [MERGED] fix(web): Add min-width to tags editor to prevent unusable narrow width #1956

Closed
opened 2026-03-02 11:59:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2035
Author: @MohamedBassem
Created: 10/12/2025
Status: Merged
Merged: 10/12/2025
Merged by: @MohamedBassem

Base: mainHead: claude/issue-2033-20251012-1434


📝 Commits (2)

  • 30b199f fix(web): Add min-width to tags editor to prevent unusable narrow width
  • ff1e7cd fix

📊 Changes

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

View changed files

📝 apps/web/components/dashboard/bookmarks/TagsEditor.tsx (+1 -1)

📄 Description

Summary

Fixed the tags editor width issue where the component became unusably narrow when there were no tags.

Changes

  • Added min-w-64 (256px) class to the tags editor container in TagsEditor.tsx
  • This ensures the input field maintains a usable width even when empty

Fixes #2033

🤖 Generated with Claude Code


🔄 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/karakeep-app/karakeep/pull/2035 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 10/12/2025 **Status:** ✅ Merged **Merged:** 10/12/2025 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `claude/issue-2033-20251012-1434` --- ### 📝 Commits (2) - [`30b199f`](https://github.com/karakeep-app/karakeep/commit/30b199fa9e0044514a5aa7d1fa59451fb3218170) fix(web): Add min-width to tags editor to prevent unusable narrow width - [`ff1e7cd`](https://github.com/karakeep-app/karakeep/commit/ff1e7cde4655b2fd8e249d5e525e31ab027a9c8e) fix ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/dashboard/bookmarks/TagsEditor.tsx` (+1 -1) </details> ### 📄 Description ## Summary Fixed the tags editor width issue where the component became unusably narrow when there were no tags. ## Changes - Added `min-w-64` (256px) class to the tags editor container in `TagsEditor.tsx` - This ensures the input field maintains a usable width even when empty Fixes #2033 🤖 Generated with [Claude Code](https://claude.ai/code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:59:55 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1956
No description provided.