]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/default/css/print.css
fix autoclose (#984) and bookmarklet mode
[github/wallabag/wallabag.git] / themes / default / css / print.css
index 99c00bdfe9c59336f3cf918142ba45baa93b77fc..625478e19e0b64682aa8c769c66a807a6564edd4 100644 (file)
@@ -33,6 +33,10 @@ article {
     border: none !important;
 }
 
+pre code {
+    line-height: 1.6em;
+}
+
 /* Add URL after links */
 .vieworiginal a:after {
     content: " (" attr(href) ")";