removed table responsive wrapper (#4798)

This commit is contained in:
gabryon99 2020-12-28 18:41:16 +01:00
parent 188a82a3a7
commit e35100f25c
33 changed files with 42 additions and 118 deletions

View file

@ -431,7 +431,6 @@ 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 +610,7 @@ print [[
</table>
]]
print[[</div></td></tr></table></div>
print[[</div></td></tr></table>
</div> <!-- closes div id "historical-tab-chart "-->
]]