mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 07:31:12 -05:00
Fix: Remove text truncation from subtitle badge
This commit is contained in:
@@ -282,7 +282,7 @@ export function AutocompleteSearch({
|
|||||||
</Badge>
|
</Badge>
|
||||||
</div>
|
</div>
|
||||||
{item.subtitle && (
|
{item.subtitle && (
|
||||||
<Badge variant="secondary" className="text-xs flex-shrink-0 max-w-32 truncate">
|
<Badge variant="secondary" className="text-xs flex-shrink-0">
|
||||||
{item.subtitle}
|
{item.subtitle}
|
||||||
</Badge>
|
</Badge>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user