fix BUG: Circle in merge dialog not 100% visible
This commit is contained in:
parent
66529a749f
commit
cf0f65ff7a
1 changed files with 1 additions and 1 deletions
|
@ -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 %>">
|
||||||
|
|
Loading…
Reference in a new issue