fix: force wrap for code blocks in print view

This commit is contained in:
Nicolas Giard
2025-08-13 03:03:39 -04:00
parent c093423307
commit 1b6c67ee77
+2
View File
@@ -1275,6 +1275,8 @@
color: #000;
box-shadow: none;
text-shadow: none;
white-space: pre-wrap !important;
overflow-wrap: break-word !important;
}
}
}