You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2019/04/27 16:44:35 UTC

[royale-docs] branch master updated: CSS: overflow for pre tags

This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 1941a0c  CSS: overflow for pre tags
1941a0c is described below

commit 1941a0c93c4ac1112d60ff007509e3307727504a
Author: Josh Tynjala <jo...@gmail.com>
AuthorDate: Sat Apr 27 09:44:25 2019 -0700

    CSS: overflow for pre tags
---
 royalesite.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/royalesite.css b/royalesite.css
index 81324b0..93bc75f 100644
--- a/royalesite.css
+++ b/royalesite.css
@@ -257,6 +257,10 @@ h1 {
 	margin-top: 0px;
 }
 
+pre {
+	overflow-x: auto;
+}
+
 .tagline {
 	font-family: 'Hind Siliguri';
 	top: 60px;