From c778fedabb02e6d56f5265ac861c86a4daed6e94 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Wed, 26 Apr 2017 20:02:44 +0200 Subject: [PATCH] Fix: Report table layout in RTD Sphinx Change-Id: Ibdac46c7ec6d8381da89ea9bb7e407b91c5029df Signed-off-by: Peter Mikus --- resources/tools/report_gen/run_report.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6