aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/report_gen
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2017-04-26 20:02:44 +0200
committerPeter Mikus <pmikus@cisco.com>2017-04-26 18:04:00 +0000
commitc778fedabb02e6d56f5265ac861c86a4daed6e94 (patch)
treeae0f0c8d0d6a1a5376bb7760fef444aa2ee02d17 /resources/tools/report_gen
parentf6c04897464c868c034237729bfe738a95d43b25 (diff)
Fix: Report table layout in RTD Sphinx
Change-Id: Ibdac46c7ec6d8381da89ea9bb7e407b91c5029df Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools/report_gen')
-rwxr-xr-xresources/tools/report_gen/run_report.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/report_gen/run_report.sh b/resources/tools/report_gen/run_report.sh
index 4aa15b7e17..5c095c056e 100755
--- a/resources/tools/report_gen/run_report.sh
+++ b/resources/tools/report_gen/run_report.sh
@@ -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