[wip] Right align column context menu arrow

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/1327/head
Alex Coles 11 years ago
parent e98fd27163
commit 9ce2fc9e72
  1. 4
      public/templates/work_packages/work_packages_table.html

@ -29,7 +29,9 @@
target="columnContextMenu"
process-event="adaptVerticalPosition"
trigger-on-event="click">
<icon-wrapper icon-name="pulldown-arrow1" title="{{I18n.t('js.label_open_menu')}}"></icon-wrapper>
<span style="float: right">
<icon-wrapper icon-name="pulldown-arrow1" title="{{I18n.t('js.label_open_menu')}}"></icon-wrapper>
</span>
</span>
</th>
</tr>

Loading…
Cancel
Save