Skip to content

Commit

Permalink
Fix list import checkbox width
Browse files Browse the repository at this point in the history
  • Loading branch information
seballot committed Jun 18, 2024
1 parent 7546562 commit 2f5608a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bazar/templates/lists/list_table.twig
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<table id="import-lists-table" class="table table-condensed table-striped prevent-auto-init" style="table-layout:fixed;word-wrap: break-word;">
<thead>
<tr>
<th style="width:25px;" class="prevent-sorting">
<th style="width:35px;" class="prevent-sorting">
<label class="check-all-container">
<input data-target="#import-lists-table tbody" type="checkbox" class="selectall"/>
<span></span>
Expand Down

0 comments on commit 2f5608a

Please sign in to comment.