We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the content of the error is one large line, the text will go outside the component
https://codesandbox.io/s/gallant-banzai-soo2gq
8.1.0
18.x
TypeScript
Create React App (CRA)
Chrome 101.0.4951.67
No response
Text remained within the error output window
The text was updated successfully, but these errors were encountered:
Also, the window close button is missing.
Sorry, something went wrong.
Add this CSS to your CSS that loads after PrimeReact.
.p-toast .p-toast-message .p-toast-message-content .p-toast-detail { overflow-wrap: anywhere; }
Working Sandbox: https://codesandbox.io/s/practical-rubin-zp6h2m
Fix primefaces#2926: Toast wrap long text
5e61b1f
Thanks!
Fix #2926: Toast wrap long text (#2929)
a8072b6
melloware
Successfully merging a pull request may close this issue.
Describe the bug
If the content of the error is one large line, the text will go outside the component
Reproducer
https://codesandbox.io/s/gallant-banzai-soo2gq
PrimeReact version
8.1.0
React version
18.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
Chrome 101.0.4951.67
Steps to reproduce the behavior
No response
Expected behavior
Text remained within the error output window
The text was updated successfully, but these errors were encountered: