[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2026-09-03 17:16:32 +00:00 committed by GitHub
parent f904a7bd55
commit 12ea7a8920
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,7 +118,10 @@ export const ShowServers = () => {
<div className="flex items-start justify-between gap-2 min-w-0">
<div className="flex min-w-0 items-center gap-2">
<ServerIcon className="size-5 shrink-0 text-muted-foreground" />
<CardTitle className="text-lg truncate min-w-0" title={server.name}>
<CardTitle
className="text-lg truncate min-w-0"
title={server.name}
>
{server.name}
</CardTitle>
</div>