From be1f97ed5f209d8703104bc9345dd236b7ad05b1 Mon Sep 17 00:00:00 2001 From: Alessio Bazzica Date: Wed, 4 Oct 2017 11:18:25 +0200 Subject: [PATCH] Allow horizontal scrolling in the APM-QA HTML reports. This CL enables the horizontal scrolling which is needed for wide tables. TBR=aleloi Bug: webrtc:7494 Change-Id: I1db69e9aad94db409a219f11b446fe6cced337d7 Reviewed-on: https://webrtc-review.googlesource.com/6284 Commit-Queue: Alessio Bazzica Reviewed-by: Alessio Bazzica Cr-Commit-Position: refs/heads/master@{#20134} --- .../test/py_quality_assessment/quality_assessment/export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/audio_processing/test/py_quality_assessment/quality_assessment/export.py b/modules/audio_processing/test/py_quality_assessment/quality_assessment/export.py index 7bd226bd39..b32dfc5066 100644 --- a/modules/audio_processing/test/py_quality_assessment/quality_assessment/export.py +++ b/modules/audio_processing/test/py_quality_assessment/quality_assessment/export.py @@ -104,7 +104,7 @@ class HtmlExport(object): html.append('') html.append('') - html.append('
') + html.append('
') # Tabs content. for tab_index, score_name in enumerate(score_names):