requarks / wiki

Wiki.js | A modern and powerful wiki app built on Node.js
https://js.wiki
GNU Affero General Public License v3.0
23.92k stars 2.62k forks source link

fix: Issue #1496 Code block does not wrap text when printing #7224

Open oliveiradouglas opened 1 week ago

oliveiradouglas commented 1 week ago

Issue reference: https://github.com/requarks/wiki/issues/1496

Fix Printscreen:

Screenshot 2024-06-18 at 13 34 52
wikiaap commented 1 week ago

@oliveiradouglas Does this PR fix this issue as well? Looks Similar

https://github.com/requarks/wiki/discussions/6759

oliveiradouglas commented 1 week ago

@wikiaap yes, look:

Before the fix, the code block was cut:

Screenshot 2024-06-23 at 08 34 56

After fix, the code block respects page width and wraps the text:

Screenshot 2024-06-18 at 13 34 52