Newer
Older
Import / applications / MakePDF / 3rdParty / libharu / pr-patches / 0001-Website-CSS-style-was-added-to-avoid-horizontal-scro.patch
@John Ryland John Ryland on 22 Dec 2020 621 bytes import NUC files
From 4e61ea47718142eaec1c473065a62614941e9b19 Mon Sep 17 00:00:00 2001
From: Maciej Klemarczyk <m.klemarczyk@live.com>
Date: Sat, 27 Jun 2015 23:28:10 +0200
Subject: [PATCH] [Website] CSS style was added to avoid horizontal scroll bar.

---
 index.html | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/index.html b/index.html
index d59d7fd..99ed82e 100644
--- a/index.html
+++ b/index.html
@@ -67,6 +67,11 @@ $(function() {
     });
 });
     </script>
+    <style  type="text/css">
+pre {
+    white-space: pre-wrap;
+}
+    </style>
   </head>
   <body>
     <div class="wrapper">
-- 
2.21.1 (Apple Git-122.3)