[aur-dev] [PATCH v2 1/3] Add horizontal scrollbar to code blocks when necessary

Marcel Korpel marcel.korpel at gmail.com
Sat Jul 11 20:49:47 UTC 2015


Signed-off-by: Marcel Korpel <marcel.korpel at gmail.com>
---
 web/html/css/aurweb.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css
index b33726c..6bd7eb3 100644
--- a/web/html/css/aurweb.css
+++ b/web/html/css/aurweb.css
@@ -124,6 +124,10 @@
 	opacity: 1;
 }
 
+pre {
+	overflow-x: auto;
+}
+
 legend {
 	padding: 1em 0;
 }
-- 
2.4.5


More information about the aur-dev mailing list