Author: humbedooh
Date: Fri Aug 2 17:25:23 2019
New Revision: 1864245
URL: http://svn.apache.org/viewvc?rev=1864245&view=rev
Log:
fixups for overflow highlighting
Modified:
comdev/reporter.apache.org/trunk/site/wizard/css/wizard.css
comdev/reporter.apache.org/trunk/site/wizard/highlighter/highlighter.css
Modified: comdev/reporter.apache.org/trunk/site/wizard/css/wizard.css
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/css/wizard.css?rev=1864245&r1=1864244&r2=1864245&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/css/wizard.css (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/css/wizard.css Fri Aug 2 17:25:23 2019
@@ -287,6 +287,9 @@
width: 540px;
height: 570px;
font-size: 11px;
+ white-space: pre;
+
+ overflow-x: auto !important;
}
.unified #tips {
Modified: comdev/reporter.apache.org/trunk/site/wizard/highlighter/highlighter.css
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/highlighter/highlighter.css?rev=1864245&r1=1864244&r2=1864245&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/highlighter/highlighter.css (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/highlighter/highlighter.css Fri Aug 2 17:25:23
2019
@@ -22,7 +22,7 @@
height: auto !important;
margin: 0 !important;
border-color: transparent !important;
- white-space: pre-wrap !important;
+ white-space: pre !important;
word-wrap: break-word !important;
color: transparent !important;
overflow: hidden !important;
|