diff options
author | Peter Mikus <pmikus@cisco.com> | 2017-04-26 20:02:44 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-04-26 18:04:00 +0000 |
commit | c778fedabb02e6d56f5265ac861c86a4daed6e94 (patch) | |
tree | ae0f0c8d0d6a1a5376bb7760fef444aa2ee02d17 | |
parent | f6c04897464c868c034237729bfe738a95d43b25 (diff) |
Fix: Report table layout in RTD Sphinx
Change-Id: Ibdac46c7ec6d8381da89ea9bb7e407b91c5029df
Signed-off-by: Peter Mikus <pmikus@cisco.com>
-rwxr-xr-x | resources/tools/report_gen/run_report.sh | 2 |
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 |