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

How to give width to notification in percentage #141

Closed
jsUser1 opened this issue Feb 9, 2022 · 2 comments
Closed

How to give width to notification in percentage #141

jsUser1 opened this issue Feb 9, 2022 · 2 comments

Comments

@jsUser1
Copy link

jsUser1 commented Feb 9, 2022

How to give width to notification in percentage

How can I apply width in percentage to the notifications, which is supposed to be shown at top of the screen, something like shown in the attached picture.
This is Image

In the previous version, there was a .notification class, through which I was able to give inline CSS for width in percentage like this:
.rnc__notification-container--top-center .notification {
width: 100% !important;
}
But now this class has been removed. I don't want to give width in px.

@teodosii
Copy link
Owner

teodosii commented Feb 9, 2022

I've added it back in 3.4.1, use .rnc__notification class name.

@teodosii teodosii closed this as completed Feb 9, 2022
@jsUser1
Copy link
Author

jsUser1 commented Feb 9, 2022

Thank you so much.... :-)

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