diff --git a/static/index.html b/static/index.html index 66e1c15e8..3b225d235 100644 --- a/static/index.html +++ b/static/index.html @@ -565,7 +565,8 @@ .dist-label { font-size: 9px; } .dist-pct { font-size: 9px; } - .history-table { font-size: 10px; } + .history-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; } + .history-table { font-size: 10px; min-width: 500px; } .history-table th, .history-table td { padding: 3px 3px; } .hand-cards { font-size: 13px; } .hand-tag { font-size: 8px; padding: 0px 3px; } @@ -733,7 +734,7 @@