alissonmbr / react-xml-viewer

MIT License
29 stars 18 forks source link

overflowBreak={true} doesn't seem to be working #44

Closed MadalenaPavao closed 1 year ago

MadalenaPavao commented 2 years ago

I have tried to add the props overflowBreak={true} in the Sandbox project, but it doesn't seem to work: image

Han1s commented 1 year ago

This is because overflowBreak is a theme property. Add overflowBreak: true to the customTheme object to make it work.