You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2019/08/06 09:16:05 UTC

svn commit: r1864477 - /comdev/reporter.apache.org/trunk/site/wizard/css/wizard.css

Author: humbedooh
Date: Tue Aug  6 09:16:04 2019
New Revision: 1864477

URL: http://svn.apache.org/viewvc?rev=1864477&view=rev
Log:
fix height regression

Modified:
    comdev/reporter.apache.org/trunk/site/wizard/css/wizard.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=1864477&r1=1864476&r2=1864477&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/css/wizard.css (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/css/wizard.css Tue Aug  6 09:16:04 2019
@@ -3,6 +3,8 @@ html, body { min-height: 100%; width: 10
 body {
  font-family: SelawikRegular, sans-serif;
 }
+
+
 #wrapper {
     width: 95%;
     min-width: 1008px;
@@ -233,6 +235,7 @@ body {
   display: inline-block;
   width: 556px;
   height: 100%;
+  min-height: 650px;
   margin: 0;
   padding: 0;
   vertical-align: top;
@@ -242,6 +245,8 @@ body {
 #unified-report {
  width: calc(100% - 16px);
  height: calc(100% - 24px);
+ min-height: 650px;
+ position: relative;
  font-size: 11px;
  white-space: pre-wrap;
  overflow-wrap: normal;