fix(desktop): error page formatting

This commit is contained in:
Adam 2025-12-29 17:33:53 -06:00
commit ef266b2c74
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

@ -194,7 +194,7 @@ export const ErrorPage: Component<ErrorPageProps> = (props) => {
readOnly
copyable
multiline
class="max-h-96 w-full font-mono text-xs no-scrollbar whitespace-pre"
class="max-h-96 w-full font-mono text-xs no-scrollbar"
label="Error Details"
hideLabel
/>