mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
fix(ServerList): fixed top layout in which the name may be line-breaking
This commit is contained in:
parent
461dcd0b52
commit
687b75d6fe
@ -193,7 +193,7 @@ export default function ServerCard({
|
||||
<p
|
||||
className={cn(
|
||||
"break-all font-bold tracking-tight",
|
||||
showFlag ? "text-xs max-w-[80px]" : "text-sm",
|
||||
showFlag ? "text-xs" : "text-sm",
|
||||
)}
|
||||
>
|
||||
{name}
|
||||
|
Loading…
Reference in New Issue
Block a user