react-notifications
react-notifications copied to clipboard
Add Customised CSS to notifications
Unable to change the width of notification and content in the notification is overflowing.
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;
}
But yes that doesn't allow you to add styling to a particular notification