Skip to content

Commit

Permalink
Merge pull request #2589 from jtapia/admin-iu-bug-payment-actions
Browse files Browse the repository at this point in the history
Fix admin payment actions style table issue
  • Loading branch information
jhawthorn authored Mar 6, 2018
2 parents f90fe91 + 65e4986 commit dbb0ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/views/spree/admin/payments/_list.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<table class="index" id='payments' data-order-id='<%= @order.number %>'>
<table class="index table-responsive" id='payments' data-order-id='<%= @order.number %>'>
<colgroup>
<col style="width: 15%"/>
<col style="width: 15%"/>
Expand Down

0 comments on commit dbb0ee3

Please sign in to comment.