class="pull-right" does not work for right-aligning column data.
Removed from balance-sheet. Will fix later
This commit is contained in:
parent
ca8004015d
commit
8f58f42aef
@ -39,8 +39,8 @@
|
||||
<tr ng-repeat="item in info.Footer">
|
||||
<td><strong>{{item.Group}}</strong></td>
|
||||
<td>{{item.Name}}</td>
|
||||
<td class="pull-right">{{item.SubAmount}}</td>
|
||||
<td class="pull-right"><strong>{{item.Amount}}</strong></td>
|
||||
<td class="right">{{item.SubAmount}}</td>
|
||||
<td class="right"><strong>{{item.Amount}}</strong></td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
|
Loading…
Reference in New Issue
Block a user