You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ds...@apache.org on 2021/07/12 18:09:50 UTC

svn commit: r1891485 - /subversion/site/staging/style/site.css

Author: dsahlberg
Date: Mon Jul 12 18:09:49 2021
New Revision: 1891485

URL: http://svn.apache.org/viewvc?rev=1891485&view=rev
Log:
In site/staging:

* style/site.css:
  Set overflow on <pre> so long lines don't change the total width of the page

Patch-by: hartmannathan


Modified:
    subversion/site/staging/style/site.css

Modified: subversion/site/staging/style/site.css
URL: http://svn.apache.org/viewvc/subversion/site/staging/style/site.css?rev=1891485&r1=1891484&r2=1891485&view=diff
==============================================================================
--- subversion/site/staging/style/site.css (original)
+++ subversion/site/staging/style/site.css Mon Jul 12 18:09:49 2021
@@ -54,6 +54,7 @@ pre {
   padding: 0.25em;
   margin: 0 2em;
   font-size: 90%;
+  overflow-x: auto;
 }
 
 /*