react-notifications icon indicating copy to clipboard operation
react-notifications copied to clipboard

Add Customised CSS to notifications

Open ankitaYadav02 opened this issue 3 years ago • 2 comments

Unable to change the width of notification and content in the notification is overflowing.

ankitaYadav02 avatar Mar 16 '22 02:03 ankitaYadav02

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;
}

adam-carruthers avatar May 02 '22 19:05 adam-carruthers

But yes that doesn't allow you to add styling to a particular notification

adam-carruthers avatar May 02 '22 19:05 adam-carruthers