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/04 08:06:19 UTC

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

Author: humbedooh
Date: Sun Aug  4 08:06:18 2019
New Revision: 1864365

URL: http://svn.apache.org/viewvc?rev=1864365&view=rev
Log:
fix scroll bar overlap

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=1864365&r1=1864364&r2=1864365&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/css/wizard.css (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/css/wizard.css Sun Aug  4 08:06:18 2019
@@ -173,7 +173,7 @@ body {
   border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;
   display: inline-block;
-  width: calc(100% - 680px);
+  width: calc(100% - 696px);
   min-width: 300px;
   height: 100%;
   min-height: 600px;
@@ -181,6 +181,7 @@ body {
   background: #F5F5F5;
   font-size: 0.925rem !important;
   padding: 8px;
+  padding-left: 8px;
   margin: 0px;
   overflow-y: auto;
   font-family: SelawikRegular, sans-serif;
@@ -230,7 +231,7 @@ body {
 
 #unified-editor {
   display: inline-block;
-  width: 540px;
+  width: 556px;
   height: 100%;
   margin: 0;
   padding: 0;
@@ -239,7 +240,7 @@ body {
 }
 
 #unified-report {
- width: 100%;
+ width: calc(100% - 16px);
  height: calc(100% - 24px);
  font-size: 11px;
  white-space: pre-wrap;