diegoddox / react-redux-toastr

react-redux-toastr is a toastr message implemented with Redux
http://diegoddox.github.io/react-redux-toastr/
MIT License
752 stars 149 forks source link

Fix W3C validation errors #245

Closed UncleJart closed 5 years ago

UncleJart commented 5 years ago

Fix W3C validator HTML markup errors

diegoddox commented 5 years ago

Thanks @UncleJart The closing button is not as it was before

Screenshot 2019-09-30 at 09 30 27

The right toast is with your change.

diegoddox commented 5 years ago

Looks like it was before as well so never mind.

UncleJart commented 5 years ago

Looks like it was before as well so never mind.

This is because of explicitly set width 300px in Menu.js. If it is not set toastr has width of 350px and everything looks like as it is in the demo. Thank you very much for merging!