Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI Issue with large lines: Enable line wrap in html output report #6

Open
gdegentile1 opened this issue May 17, 2024 · 1 comment
Open

Comments

@gdegentile1
Copy link

Hello,

I have just find out and evaluated your solution and I am very excited about it.
while reconciling XML files with large lines, the output html report did not wrap the lines and the consequence is that I had to scroll right and left which is not very convenient.

Could you please add to your diffToHtml.css file below option to enable line wrap:
pre { word-wrap: break-word; overflow-wrap: anywhere; }

thanks & regards,
Guilllaume

@gdegentile1
Copy link
Author

Correct syntax is:
pre { white-space: pre-wrap; word-wrap: break-word; overflow-wrap: anywhere; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant