aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/bookmarks
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-10-12 19:28:41 +0100
committerGitHub <noreply@github.com>2025-10-12 19:28:41 +0100
commit7ee9416e8f1689b6390ea51c7a8484936c12026d (patch)
tree5fb7cef070b6a9262f77070e9d78a76134098294 /apps/web/components/dashboard/bookmarks
parentf2dec26f30f3596d281db21fda5d4716cd1e853c (diff)
downloadkarakeep-7ee9416e8f1689b6390ea51c7a8484936c12026d.tar.zst
fix(web): Add w-full to tags editor to prevent unusable narrow width (#2035)
* fix(web): Add min-width to tags editor to prevent unusable narrow width When there are no tags, the tags editor input was shrinking to just 1 character width, making the entire component unusably narrow. This adds a min-w-64 (256px) class to ensure the input field is always at a usable width. Fixes #2033 Co-authored-by: Mohamed Bassem <MohamedBassem@users.noreply.github.com> * fix --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Mohamed Bassem <MohamedBassem@users.noreply.github.com>
Diffstat (limited to 'apps/web/components/dashboard/bookmarks')
-rw-r--r--apps/web/components/dashboard/bookmarks/TagsEditor.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/dashboard/bookmarks/TagsEditor.tsx b/apps/web/components/dashboard/bookmarks/TagsEditor.tsx
index 7c6393c3..512fa990 100644
--- a/apps/web/components/dashboard/bookmarks/TagsEditor.tsx
+++ b/apps/web/components/dashboard/bookmarks/TagsEditor.tsx
@@ -255,7 +255,7 @@ export function TagsEditor({
};
return (
- <div ref={containerRef}>
+ <div ref={containerRef} className="w-full">
<Popover open={open && !isDisabled} onOpenChange={handleOpenChange}>
<Command shouldFilter={false}>
<PopoverTrigger asChild>