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 <alessiob@webrtc.org>
Reviewed-by: Alessio Bazzica <alessiob@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20134}
This commit is contained in:
Alessio Bazzica
2017-10-04 11:18:25 +02:00
committed by Commit Bot
parent 39cefdb3c5
commit be1f97ed5f

View File

@ -104,7 +104,7 @@ class HtmlExport(object):
html.append('</div>')
html.append('</header>')
html.append('<main class="mdl-layout__content">')
html.append('<main class="mdl-layout__content" style="overflow-x: auto;">')
# Tabs content.
for tab_index, score_name in enumerate(score_names):