UI: error messages wrap now
This commit is contained in:
parent
f49346c151
commit
3bd1a4511f
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ export const ErrorComponent = (props: {
|
||||||
{error.details?.statusText && (
|
{error.details?.statusText && (
|
||||||
<div className="pb-2 text-md">{error.details?.statusText}</div>
|
<div className="pb-2 text-md">{error.details?.statusText}</div>
|
||||||
)}
|
)}
|
||||||
<div className="whitespace-pre text-sm">{error.details?.text}</div>
|
<div className="whitespace-pre-wrap text-sm">{error.details?.text}</div>
|
||||||
</AlertDanger>
|
</AlertDanger>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue