box sizing

This commit is contained in:
ppc
2024-08-10 15:21:48 +01:00
parent 723ad79520
commit 7e6c530a4d
+1 -1
View File
@@ -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>)}