A decentralized music tracking and discovery platform built on AT Protocol 🎵
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Truncate search handles with ellipsis

+4 -2
+4 -2
apps/web/src/layouts/Search/Search.tsx
··· 104 104 {item.displayName} 105 105 </div> 106 106 </div> 107 - <div className="text-[var(--color-text-muted)] text-[14px]"> 108 - @{item.handle} 107 + <div className="overflow-hidden"> 108 + <div className="overflow-hidden text-ellipsis whitespace-nowrap text-[var(--color-text-muted)] text-[14px]"> 109 + @{item.handle} 110 + </div> 109 111 </div> 110 112 </div> 111 113 </div>