Skip to content

Commit 1f725da

Browse files
committed
fix(ErrorLogBox): add wrap-anywhere class to improve text wrapping
1 parent 8782152 commit 1f725da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/react/ui/components/_internals/ErrorLogBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const ErrorLogBox = ({
2929
};
3030

3131
return (
32-
<div className="relative max-h-96 overflow-y-auto rounded-lg border border-red-900 bg-[#2b0000] p-3">
32+
<div className="wrap-anywhere relative max-h-96 overflow-y-auto rounded-lg border border-red-900 bg-[#2b0000] p-3">
3333
<div className="flex items-start gap-3">
3434
<WarningIcon
3535
className="absolute mt-0.5 flex-shrink-0 text-red-500"

0 commit comments

Comments
 (0)