Skip to content
New issue

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

Add Customised CSS to notifications #60

Open
ankitaYadav02 opened this issue Mar 16, 2022 · 2 comments
Open

Add Customised CSS to notifications #60

ankitaYadav02 opened this issue Mar 16, 2022 · 2 comments

Comments

@ankitaYadav02
Copy link

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

@adam-carruthers
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants