add 2 <th> to fix header row border, fix alignment on action btn

This commit is contained in:
Daniel Idzerda 2020-02-20 20:21:03 -05:00
parent a5d0658241
commit d018c57b17

View File

@ -29,6 +29,8 @@ TODO: hide and show columns
{% if showBudget %}
<th>{{ trans('list.budget') }}</th>
{% endif %}
<th>&nbsp;</th>
<th>&nbsp;</th>
</tr>
</thead>
<tbody>
@ -174,7 +176,7 @@ TODO: hide and show columns
{% if group.count == 1 %}
<td style=" {{ style|raw }};">
<div class="btn-group btn-group-xs">
<div class="btn-group btn-group-xs pull-right">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
{{ 'actions'|_ }} <span class="caret"></span></button>
<ul class="dropdown-menu dropdown-menu-right" role="menu">