mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-26 16:18:17 +03:00
box sizing
This commit is contained in:
@@ -148,7 +148,7 @@ function ServerCardInPage() {
|
||||
<ServerOff className="h-4 w-4"/>
|
||||
<AlertTitle>Connection Issue</AlertTitle>
|
||||
<AlertDescription>
|
||||
There was an issue connecting to <code>{server.address}</code>.
|
||||
There was an issue connecting to <code className="max-w-full text-wrap">{server.address}</code>.
|
||||
Please check the game is running and try again.
|
||||
</AlertDescription>
|
||||
</Alert>)}
|
||||
|
||||
Reference in New Issue
Block a user