From 612ada884968807a6253bb1ed5354e4c490e03e3 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 Jul 2026 20:17:39 +0200 Subject: [PATCH] fix: tool card category badge overflow on narrow viewports --- artifacts/toolrate/src/components/tool-card.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artifacts/toolrate/src/components/tool-card.tsx b/artifacts/toolrate/src/components/tool-card.tsx index 65639dd..0e97754 100644 --- a/artifacts/toolrate/src/components/tool-card.tsx +++ b/artifacts/toolrate/src/components/tool-card.tsx @@ -23,8 +23,8 @@ export function ToolCard({ tool }: { tool: ToolWithStats }) { )}
-
- {tool.name} +
+ {tool.name} {tool.category}