react-code-blocks
react-code-blocks copied to clipboard
wrapLines & wrapLongLines Not working.
I've observed an issue regarding the wrapping of content to the next line, tried by using both wrapLines & wrapLongLines but it didn't solved that. What I found: The Span inside the CodeBlock div have a property (white-space: pre;) which is not updating to (white-space: normal;).
+1
I believe these work, but are not compatible with showLineNumbers
— can you confirm?
It doesn't seem to be working as far I can see, I can't find it in the props.