Skip to content

Commit

Permalink
Select all button spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodwyer committed Sep 12, 2024
1 parent 720bb65 commit 2a50ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airlock/templates/file_browser/request/dir.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</th>
{% if content_buttons.multiselect_withdraw.show %}
<th data-searchable="false" data-sortable="false">
<input class="selectall" type="checkbox" onchange="toggleSelectAll(this)" />
<input class="selectall ml-3" type="checkbox" onchange="toggleSelectAll(this)" />
</th>
{% endif %}
</tr>
Expand Down
2 changes: 1 addition & 1 deletion airlock/templates/file_browser/workspace/dir.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</th>
{% if not content_buttons.multiselect_add.disabled %}
<th data-searchable="false" data-sortable="false">
<input class="selectall" type="checkbox" onchange="toggleSelectAll(this)" />
<input class="selectall ml-3" type="checkbox" onchange="toggleSelectAll(this)" />
</th>
{% endif %}
</tr>
Expand Down

0 comments on commit 2a50ffc

Please sign in to comment.