Capacitor command fix (#498)

This commit is contained in:
Will Chen
2025-06-25 16:45:49 -07:00
committed by GitHub
parent a985a5aadf
commit d5307a7207
3 changed files with 8 additions and 1 deletions

View File

@@ -209,7 +209,7 @@ export function CapacitorControls({ appId }: CapacitorControlsProps) {
{errorDetails && (
<div className="relative">
<div className="max-h-[50vh] w-full rounded border p-4 bg-gray-50 dark:bg-gray-900 overflow-y-auto">
<div className="max-h-[50vh] w-full max-w-md rounded border p-4 bg-gray-50 dark:bg-gray-900 overflow-y-auto">
<pre className="text-xs whitespace-pre-wrap font-mono">
{errorDetails.message}
</pre>