add responsive div wrapper for necessary tables (#4681)

This commit is contained in:
gabryon99 2020-11-06 10:50:01 +01:00
parent e5d97d7120
commit 4eaedf5c75
23 changed files with 139 additions and 94 deletions

View file

@ -431,7 +431,7 @@ print[[
<div class='card-body'>
<div class="tab-content">
<div class="tab-pane active in" id="historical-tab-chart">
<div class="table-responsive">
<table border=0>
<tr><td valign="top">
]]
@ -611,7 +611,7 @@ print [[
</table>
]]
print[[</div></td></tr></table>
print[[</div></td></tr></table></div>
</div> <!-- closes div id "historical-tab-chart "-->
]]