From b94d47227d7e1060fe2ddc104837034bcf9fa83d Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Tue, 3 Feb 2026 08:51:23 +0300 Subject: [PATCH] Truncate search handles with ellipsis --- apps/web/src/layouts/Search/Search.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/web/src/layouts/Search/Search.tsx b/apps/web/src/layouts/Search/Search.tsx index 95fae84b..e4b0a594 100644 --- a/apps/web/src/layouts/Search/Search.tsx +++ b/apps/web/src/layouts/Search/Search.tsx @@ -104,8 +104,10 @@ function Search() { {item.displayName} -
- @{item.handle} +
+
+ @{item.handle} +
-- 2.51.2