We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8782152 commit 1f725daCopy full SHA for 1f725da
sdk/src/react/ui/components/_internals/ErrorLogBox.tsx
@@ -29,7 +29,7 @@ export const ErrorLogBox = ({
29
};
30
31
return (
32
- <div className="relative max-h-96 overflow-y-auto rounded-lg border border-red-900 bg-[#2b0000] p-3">
+ <div className="wrap-anywhere relative max-h-96 overflow-y-auto rounded-lg border border-red-900 bg-[#2b0000] p-3">
33
<div className="flex items-start gap-3">
34
<WarningIcon
35
className="absolute mt-0.5 flex-shrink-0 text-red-500"
0 commit comments