mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-24 15:26:33 -06:00
add 2 <th> to fix header row border, fix alignment on action btn
This commit is contained in:
parent
a5d0658241
commit
d018c57b17
@ -29,6 +29,8 @@ TODO: hide and show columns
|
||||
{% if showBudget %}
|
||||
<th>{{ trans('list.budget') }}</th>
|
||||
{% endif %}
|
||||
<th> </th>
|
||||
<th> </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">
|
||||
|
Loading…
Reference in New Issue
Block a user