Fix: Report table layout in RTD Sphinx
[csit.git] / resources / tools / report_gen / run_report.sh
index 00fbdfd..5c095c0 100755 (executable)
@@ -238,7 +238,7 @@ sed -i -e "s@###LINK###@${JEN_URL}\/${JEN_JOB}\/${JEN_BUILD[-1]}@g" \
 ### FUNCTIONAL SOURCE DATA
 
 JEN_JOB='csit-vpp-functional-1704-ubuntu1604-virl'
-JEN_BUILD=57
+JEN_BUILD=63
 
 if [[ ${DEBUG} -eq 1 ]] ;
 then
@@ -502,7 +502,7 @@ cat - > ${CSS_PATCH_FILE} <<"_EOF"
         font-size: small;
         margin-bottom: 24px;
         max-width: 100%;
-        overflow: visible !important;
+        /* overflow: visible !important; ###temporary fix### */
     }
 }
 _EOF