fix BUG: Circle in merge dialog not 100% visible

This commit is contained in:
Felix Niklas 2016-02-02 11:50:09 +01:00
parent 66529a749f
commit cf0f65ff7a

View file

@ -11,7 +11,7 @@
</th> </th>
<% end %> <% end %>
<% if @radio: %> <% if @radio: %>
<th style="width: 22px"></th> <th style="width: 40px" class="no-padding"></th>
<% end %> <% end %>
<% for item, i in @header: %> <% for item, i in @header: %>
<th class="js-tableHead<%= " #{ item.className }" if item.className %><%= " align-#{ item.align }" if item.align %>" style="width:<%= item.displayWidth %>px" data-column-key="<%= item.name %>"> <th class="js-tableHead<%= " #{ item.className }" if item.className %><%= " align-#{ item.align }" if item.align %>" style="width:<%= item.displayWidth %>px" data-column-key="<%= item.name %>">