fix(torrents): torrent list colspan issues

This commit is contained in:
OldHawk
2017-11-08 11:37:59 +08:00
parent 5ec7b6c8f3
commit 2250e8a0c2
2 changed files with 2 additions and 2 deletions

View File

@@ -146,7 +146,7 @@
</thead>
<tbody>
<tr ng-if="vm.tooltipMsg">
<td colspan="6">
<td colspan="7">
<div class="text-center margin-top-50 margin-bottom-30 padding-top-20 padding-bottom-50">
<h2>{{vm.tooltipMsg | translate}}</h2>
</div>

View File

@@ -86,7 +86,7 @@
</thead>
<tbody>
<tr ng-if="vm.tooltipMsg">
<td colspan="6">
<td colspan="7">
<div class="text-center margin-top-50 margin-bottom-30 padding-top-20 padding-bottom-50">
<h2>{{vm.tooltipMsg | translate}}</h2>
</div>