|
@@ -35,6 +35,29 @@
|
|
|
-webkit-print-color-adjust: exact;
|
|
|
height: auto;
|
|
|
}
|
|
|
+
|
|
|
+ @media print {
|
|
|
+ html, body {
|
|
|
+ width: 100%;
|
|
|
+ max-width: 100%;
|
|
|
+ overflow-x: hidden;
|
|
|
+ }
|
|
|
+
|
|
|
+ * {
|
|
|
+ box-sizing: border-box;
|
|
|
+ max-width: 100% !important;
|
|
|
+ overflow-wrap: break-word !important;
|
|
|
+ word-wrap: break-word !important;
|
|
|
+ word-break: break-word !important;
|
|
|
+ white-space: normal !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ pre, code {
|
|
|
+ white-space: pre-wrap !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
/** Define the margins of your page **/
|
|
|
@page {
|
|
|
size: letter portrait;
|