react-clamp-lines
react-clamp-lines copied to clipboard
Clamping doesn't work with the `word-break: break-all;` CSS property
Hello,
first of all, thanks for the great library!
I discovered a bug when the word-break: break-all;
causes the component to not work properly:
https://codesandbox.io/s/cool-hypatia-tm0pw?file=/src/App.tsx
This might help you in the meantime https://github.com/zoltantothcom/react-clamp-lines/pull/52
This is currently happening :(