mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 21:31:14 -05:00
Fix: Center badge text
This commit is contained in:
@@ -138,11 +138,11 @@ const Operators = () => {
|
||||
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex flex-wrap items-center gap-1.5 sm:gap-2">
|
||||
<Badge variant="secondary" className="text-sm sm:text-base px-2 py-0.5 sm:px-3 sm:py-1">
|
||||
<Badge variant="secondary" className="flex items-center justify-center text-sm sm:text-base px-2 py-0.5 sm:px-3 sm:py-1 whitespace-nowrap">
|
||||
{filteredAndSortedOperators?.length || 0} operators
|
||||
</Badge>
|
||||
{searchTerm && (
|
||||
<Badge variant="outline" className="text-xs sm:text-sm px-2 py-0.5">
|
||||
<Badge variant="outline" className="flex items-center justify-center text-xs sm:text-sm px-2 py-0.5 whitespace-nowrap">
|
||||
Searching: "{searchTerm}"
|
||||
</Badge>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user