Fix overflowing error notifications (#2286)

This commit is contained in:
Michał Droń 2022-09-12 14:54:26 +02:00 committed by GitHub
parent fedf276e68
commit 7d3a0a776a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,7 +139,7 @@ const MessageManagerProvider = ({ children }) => {
apiMessageContent: (
<pre
style={{
wordWrap: "break-word",
overflowWrap: "anywhere",
whiteSpace: "pre-wrap",
}}
>