From 174e8b3dbd6298686a711308eb63d4525b9086cc Mon Sep 17 00:00:00 2001 From: "Thomas R. Koll" Date: Mon, 17 Nov 2025 13:21:34 +0100 Subject: [PATCH] Remove the max-w from tags in the sidebar --- web/src/components/MemoExplorer/TagsSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/MemoExplorer/TagsSection.tsx b/web/src/components/MemoExplorer/TagsSection.tsx index 6317f57e0958b..aefaebd5696ed 100644 --- a/web/src/components/MemoExplorer/TagsSection.tsx +++ b/web/src/components/MemoExplorer/TagsSection.tsx @@ -78,7 +78,7 @@ const TagsSection = observer((props: Props) => { onClick={() => handleTagClick(tag)} > -
+
{tag} {amount > 1 && ({amount})}