Fix overflowing error notifications (#2286)
This commit is contained in:
parent
fedf276e68
commit
7d3a0a776a
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ const MessageManagerProvider = ({ children }) => {
|
|||
apiMessageContent: (
|
||||
<pre
|
||||
style={{
|
||||
wordWrap: "break-word",
|
||||
overflowWrap: "anywhere",
|
||||
whiteSpace: "pre-wrap",
|
||||
}}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue