fix: force wrap for code blocks in print view

pull/7532/merge v2.5.308
Nicolas Giard 3 weeks ago
parent c093423307
commit 1b6c67ee77
No known key found for this signature in database
GPG Key ID: B755FB6870B30F63

@ -1275,6 +1275,8 @@
color: #000; color: #000;
box-shadow: none; box-shadow: none;
text-shadow: none; text-shadow: none;
white-space: pre-wrap !important;
overflow-wrap: break-word !important;
} }
} }
} }

Loading…
Cancel
Save