You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using CSS class div.success to present success messages to the user for ages. I've styled it accordingly (margin, padding, etc).
Because of this declaration of mine, your alerts appear quite wrong. Do you think it's possible that you use some different class name, other than "success" which is really generic? Use something in a namespace preferably.
Thanks.
The text was updated successfully, but these errors were encountered:
I've been using CSS class div.success to present success messages to the user for ages. I've styled it accordingly (margin, padding, etc).
Because of this declaration of mine, your alerts appear quite wrong. Do you think it's possible that you use some different class name, other than "success" which is really generic? Use something in a namespace preferably.
Thanks.
The text was updated successfully, but these errors were encountered: