From 4e26d30b0be33c464a74b67d6c7d11a60eab9bb7 Mon Sep 17 00:00:00 2001 From: tvesha09 Date: Fri, 5 Jun 2026 18:42:32 +0530 Subject: [PATCH] fix(#507): force fixed width on subject-count badge using shrink-0 --- src/components/Searchbar/searchbar-child.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Searchbar/searchbar-child.tsx b/src/components/Searchbar/searchbar-child.tsx index 92dd261a..f7a855ba 100644 --- a/src/components/Searchbar/searchbar-child.tsx +++ b/src/components/Searchbar/searchbar-child.tsx @@ -171,14 +171,14 @@ function SearchBarChild({ >
{suggestion.count}
{(() => { const codeMatch = /\[[^\]]+\]$/.exec(suggestion.name);