pablosichert / react-truncate

React component for truncating multi-line spans and adding an ellipsis.
https://www.webpackbin.com/bins/-Kw6QnAkjmv1OD6Of-ZD
ISC License
587 stars 129 forks source link

Delete width from spanProps #130

Closed NekitCorp closed 4 years ago

NekitCorp commented 4 years ago

The width property is added as an attribute to the span tag: <span width="0"> Attribute width not allowed on element span at this point.

pablosichert commented 4 years ago

Thanks for the PR!