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
Unable to change the width of notification and content in the notification is overflowing.
The text was updated successfully, but these errors were encountered:
You can add CSS yourself to change the width.
Just create a css file, import it in another react file then put in that file
.notification-container { width: 500px!important; }
Sorry, something went wrong.
But yes that doesn't allow you to add styling to a particular notification
No branches or pull requests
Unable to change the width of notification and content in the notification is overflowing.
The text was updated successfully, but these errors were encountered: